How To Create Azure Web App in Azure Portal

                                                                                                            

How To Create Azure Web App in Azure Portal

To create Azure Web App, you will be required with a subscription plan so ensure that you have the required subscription. 

STEP 1) Log in to Azure Portal.

STEP 2) Go to an Azure Portal, and log in to your account. The Home page will appear with the option of ‘Create a Resource‘. Click on it to proceed further.

Create Resource Group

Alternatively, you can create a resource from the hamburger icon on the left top corner of the home page.

Create a Resource Group

STEP 3) Under ‘Create a Resource’, you will see various categories; select the Web App option and refer to the image below.

Select Web App

Step 4) The following screen will appear with the heading ‘Create Web App‘, now add the following details:

  1. Subscription – It specifies the valid subscription plan for the Azure Portal.
  2. Resource Group – you can create a new resource group here; it will specify (New) in front of the resource group name.
  3. Name – Specify the name you want to keep for your Web App Instance.
  4. Publish – It will provide you with two options: Code and the Docker Container. 
  5. Runtime Stack – It specifies the technology through which you deploy the app. We have selected .NET 6 (LTS) .
  6. Operating System – It helps in selecting the hosting platform for the application. Windows and Linux are two options.
  7. Region – Select the region.
  8. SKU and Size – It will specify how many apps you can create under this subscription. By default, it shows  Standard S1.

After filling in all the mentioned detail, Click on ‘Create‘. This section would look similar to the below image.

settings

STEP 5) As soon as we click on Create button, the deployment process gets initiated. The following screen appears when the deployment process gets completed; then click on ‘Go to Resource‘.

DEPLOYMENT

STEP 6) When we go to the resource we created, we will see that the Web App is created. Refer to the below image to understand better.

WEB APP

 

STEP 7) After that, click on the web app created by you as underlined in the below image, there you will find a Url; click to reach the next screen.

RUN WEB APP

STEP 8) When you click on Url, it will take you to the next screen indicating the created web app. As we haven’t deployed any code, it asks to deploy the code.

App Service Running

Conclusion

Hence Azure Web App is a powerful tool for developers wishing to easily build and deploy web applications, and its features and tools make it a vital platform for anybody trying to develop web applications in the cloud.

Post a Comment

0 Comments