Step-By-Step Guide To Creating A Web App On Azure Portal

Today, I am writing about how to create Web app on Azure. We are creating this, using the latest portal view of Azure Cloud.

Follow the steps given below to create a Web app on Azure.

  • Login to the site and login with the user credentials.
  • You will be getting a portal page, which will show the dashboard. Here, we need to select New option from the left side of the page.

    azure

  • Once you select it, new option will move to Marketplace. Here, we need to select WEB+Mobile option. Once we select the same, we will get the Web app dashboard.
  • Here, we need to select Web app from the bottom of the page, as shown below.

    azure

  • On this page, we will get the description about the Web app, so read this to know the use and features and click create option, as shown below.

    azure

  • Here, we need to assign an app name and subscription, resource Group, app Service plan/location. We also need to select Application insight and click create option. See the screenshot given below.

    azure

    azure

  • Once you have clicked on Create, wait for some time and your Web app is created.

    azure

  • Your first Web app on Azure is created and deployed successfully.

Now, we can manage app services on Azure only. We can download publish profile and use this file on Visual Studio.

Thanks.