Azure Start Point | Your first Web App

Azure Start Point | Your first Web App

In this post series we will go through some basic steps on how to start with Microsoft Azure. For start we will create a Web App.

If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/

Let’s create our first Web App. Go to the Azure Portal by navigating to https://portal.azure.com and click “+ Create a resource”

web app

At the search box write “Web App” and press enter

web app

At the search results. click the “Web App” and at the next screen just press “Create”

web app

The “Web App Create” wizard will open.

web app Enter a name for the App. This will be the Public name of your App. Azure by default provides the domain *.azurewebsites.net for free.

So in my example the prowebdev.azurewebsites.net will be the URL of my App

Select the Azure Subscription that will used to bill the Web App and a Resource Group. The Resource Group is used to organize the resources and provide role based access control among other.

OS: Select the Operating System platform that will host your Web App. This can be Windows, Linux or a Docker Container. For the test I will select Windows.

As you can see the wizard has selected an App Service Plan by default with a random name and location. The App Service Plan is actually the Web Server that will host out Web App. Click on the “App Service Plan/Location”

Add a name for the Web Server, select the Location that is nearest to you (or your clients) and the Pricing Tier.

web appBy pressing OK you will return to the Web App create wizard and press Create. Now you can monitor the creating process of the App form the “Notifications” option at the top right of the portal, it is the button that has a ringing bell image. First you will see the “Deployment in progress…” message and as soon as the App is ready you will see the “Deployment completed” message.

web app web app

Now if you go to the Resource group you will see two resources. The App Service and the App Service Plan. In high level, the App Service Plan is the web server and the App Service is the Web Application.

web app

Now click the App Service and at its blade you can see your applications URL.

web app

Click the URL and you will see the Demo page

web app

Share

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.