Before you can deploy an Azure website, you need to create the Azure website. When you create an Azure website, you are creating the unique DNS name, specifying the region the website will run in, and adding resources such as a Microsoft Azure SQL Database or Microsoft Azure Storage account. In other words, you are deining the infrastructure for the website that the web application will use. In an on-premises environment, a similar analogy would be creating a website in IIS Manager. When you do this, you simply create the site without any code. Later, application code is published to the site that users can reach through their browser.
A Microsoft Azure website can be created using a variety of tools, such as the following:
A Microsoft Azure website can be created using a variety of tools, such as the following:
- Microsoft Azure management portal at http://portal.azure.com
- Azure PowerShell cmdlets
- Many other UI and command-line tools