Creating an Azure website from portal
Once you have your Azure account, you can visit https://portal.azure.com to start using the Microsoft Azure portal. When you log in to the portal, a dashboard will be shown on the screen:

The categories present on the left side will allow you to create or manage your app services, websites, virtual machines, database, network, IoT, and many other services that Azure supports.
The Azure website comes under PaaS and provides an effortless way to build and deploy web applications. In the management portal, under the Marketplace, it's named as Web App
. Let's start with creating our first Azure website.
Creating a web application
Once you log in to the Azure Management Portal, click on the +
icon or the + New
label, as shown in the following screenshot. This will guide you to create any services/resources currently available in Microsoft Azure:

This will open a panel on the right side with a list of available resource categories from the Azure Marketplace. Select...