Site icon JD Bots

Guide to Create Azure App Service (Web App) Resource in Azure Portal

In this post, we will create an Azure Web App resource. This resource can be used to deploy your web applications. We will use Azure Portal to create the resource.

Azure Web Apps is a cloud computing based platform for hosting websites, created and operated by Microsoft. It is a platform as a service which allows publishing Web apps running on multiple frameworks and written in different programming languages, including Microsoft proprietary ones and 3rd party ones.

Prerequisites

Create Azure Web App

Log in to the Azure Portal. Click on Create a resource.

Search for Web App and click on it. It will be available in the Get started section.

Fill up the form with the following values and create the Web App –

Once the deployment is completed, go to the resource.

On the Overview tab, you will see the URL. This is the URL where your web app will be hosted when it is deployed to this App service. There are other Sku and Sizes available that allows you to add the custom URL.

Thank you All!!! Hope you find this useful.


Exit mobile version