Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

PublishProfile

André Silva edited this page Nov 20, 2015 · 9 revisions

Publish a Web App to Azure using Visual Studio

  1. Open the Azure Portal Azure Portal

  2. Click on the New button in the opening page

  3. After click on New button, pease choose the option Web+Mobile and finally click on Web App New Web App

  4. Once you select Web app, a new menu will open up to the right side. You’ll want to enter a name for your project (it's also your url) and create a New AppService Plan. Keep the pricing on F1 Free for now, and create a New Resource Group. Azure will let you know if names are taken, so keep adjusting your naming if it turns out a name you’d like is unavailable. Change the location used for your cloud development to North Europe. Leave the checkbox for Pin to dashboard checked, so that it’s easier to access this work in the near future. In the end, please press the Create button. New Web App

  5. When this process is finished, you will be redirected to the dashboard with a tile informing that your app is creating. Creating Finished

  6. Download the publish profile and save it to your hard drive. Finished

  7. Using the given project that could be downloaded here, open it in your Visual Studio.

  8. Right click in the project and choose the option Publish, and in the publish target, please choose Import Publish PublishTarget

  9. Find the file that you just downloaded from the Azure and select Publish. In the end, your project will be deployed in Azure. PublishFinal

Clone this wiki locally