How To Publish a Website Using Azure

Step 1 - Create and open Azure portal, using Azure account.

portal

Step 2 - Click the app Service and add the Service.

add the service

Step 3 - 
Create a Web app - enter app name - subscription - resource group - create.

web app

Names are unique and verified, which is confirmed in green tick.

verify

Step 4 - 
Deploy the app.

Deploy the app

Deploy the app

Deploying is succeeded.

Step 5 - After deploying, click and more, followed by publishing the downloaded file.

download

Download the file.

Download

Step 6 - 
Open Visual Studio 2015 and file. Open the Website.

website

Step 7 - 
Choose the Website package (you already created the package) in the local system and open.

package

Step 8 - 
Set the index page by right clicking the index file and choose the set as start page.

code

Step 9 -
Right click the project file and click the publish Web app.

publish

Step 10 - 
Click the profile and import.

profile

Browse the file in the local system.

Browse

Browse

Choose the file and click OK.

file

Step 11 - 
The connection details are automatically inserted, using the download file.

connection

Afterwards, check validate connection.

validate connection

Step 12 - 
Afterwards, click publish to see the build package, given below-

package

After building, complete package will be published.

publish

Output

Output