
close
close
In this post, I will show you how to create a new web app using Azure App Services, the PaaS (Platform-as-a-Service) alternative to running web services on virtual machines.
Azure web apps are web server instances that run on an app service plan; this app service plan is a collection of 1 or more load-balanced virtual machines that are managed for you by Azure. You don’t have to manage them in any way other than picking a size for them.
Depending on the scale of your web app and the spec of the app service plan, the app service plan can host more than 1 web app. For example, petri.com, thurrott.com, and aidanfinn.com could all be hosted on a single app service plan, thus sharing the cost and performance potential of the plan.
A Single Azure App Service Plan Running Several Web Apps [Image Credit: Aidan Finn]
advertisment
Log into the Azure Portal and Click New in the navigation bar on the left. Select Web + Mobile and then click See All. The Marketplace will open and be filtered for all of the web app options in Azure. There are many examples, such as a web app that will be co-deployed with an Azure SQL database, WordPress, and many more.
Web App Options in the Azure Marketplace [Image Credit: Aidan Finn]
Creating a New Azure App Service Plan [Image Credit: Aidan Finn]
Create a New Azure Web App [Image Credit: Aidan Finn]
advertisment
More in Microsoft Azure
Build 2022: Microsoft's Intelligent Data Platform Combines Data and Analytics
May 25, 2022 | Rabia Noureen
Microsoft Revises Restrictive Cloud Licensing Policies to Avoid EU Antitrust Probe
May 19, 2022 | Rabia Noureen
Microsoft's Azure AD Conditional Access Service Can Now Require Reauthentication
May 13, 2022 | Rabia Noureen
Microsoft Addresses Cross-Tenant Database Vulnerability in Azure PostgreSQL
Apr 29, 2022 | Rabia Noureen
Microsoft Simplifies IT Monitoring with New Azure Managed Grafana Service
Apr 19, 2022 | Rabia Noureen
Most popular on petri