Publishing A Website Using Azure Portal

Prerequisite 
  • Signing into your Azure account.
Step 1

Create and open Azure portal, using Azure account.

portal
 
Step 2

Click the app Service and add the Services to create the Web app.

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 with a green tick.

verify

Step 4

Deploy the app.

Deploy the app

Deploy the app
 
Deploying is successful. 

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 choosing set as start page. 

code
 
Step 9

Right click on the project file and click 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 
 
Summary

This blog helps you to publish a Website app, using Azure portal.