Inhalte aufrufen

Profilbild

Deploying to Azure Cloud Service

azure deploy smartstore

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
3 Antworten zu diesem Thema

#1 agon

agon

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 03 July 2017 - 11:55

Hi everyone,

 

I'm new to smartstore and trying to figure out how it works.

 

My first question is :
Is there any Documentation how to deploy smartstore to Azure Cloud Service, if no, can someone explain how and what happens when redeploying or creating staging for smartstore?

 

Thanks in advance

 


  • MediArt gefällt das

#2 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 04 July 2017 - 00:30

You can deploy to Azure right from the SmartStore solution using Visual Studio's publishing feature: just select Azure as profile type and enter your subscription settings.


Murat Cakir
SmartStore AG


#3 profnimrod

profnimrod

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 39 Beiträge

Geschrieben: 31 October 2017 - 18:27

Did you get this to work.  I'm using VS 2017, and the short answer above makes no sense within VS 2017 - there is no publishing feature at the level of 'Solution', just at the level of 'Project'.  I can publish (perform a Web Deploy) of the SmartStore.Web project - this works fine, but I get a 404 for the admin.

 

I've performed a separate Web Deploy of the SmartStore.Admin project to the same App Plan, but of course the SmartStore.Web instance doesn't know where it is... is there a way to 'connect' the two?



#4 profnimrod

profnimrod

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 39 Beiträge

Geschrieben: 31 October 2017 - 19:26

Ignore my question above... once I deleted all the files in the Obj folder, the deployment worked for me.