Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

3. Publish the Azure App Service code to your Azure App Service instance

Joe Sauve edited this page Mar 8, 2017 · 5 revisions

#1.

In Visual Studio 2017, open the MyItems.sln file. Locate the "MyItems.MobileAppService" project in the "Backend" folder. Right-click the "MyItems.MobileAppService" project and select "Publish...".

#2.

The Publish wizard will appear. Choose "Select Existing" and click the "Publish" button.

#3.

If you are logged into Visual Studio with your Azure account, you will be presented with a dialog that will allow you to select the Azure App Service instance created in steps 1 and 2 of this wiki. Locate and select your Azure App Service Instance, and then click the "OK" button.

#4.

After a short wait while the IDE pulls down a publish profile from Azure, you will be presented with the Publish screen again. This time, the screen indicates that it is ready to publish. Click the "Publish" button to deploy your service code to the Azure App Service instance.

#5.

After a short wait while the service is publishing, a browser will open and present the default page for the service. If you didn't copy the URL from the Azure portal in part 1 of this wiki, you may copy it now from the address bar of the browser.