Creating an App Service is a very straightforward process too. To do it, perform the following steps:
- Navigate to the Azure portal and search for App Services:
![](https://static.packt-cdn.com/products/9781789617580/graphics/assets/42cd9342-e9e3-4cd6-8007-9d4fd665cd53.png)
- When you click on it, a new blade will be opened, where you can view/add App Service:
![](https://static.packt-cdn.com/products/9781789617580/graphics/assets/38315fdd-e533-4467-9e19-2d68daabbbae.png)
- When you click on Add, a new blade will be opened, where you can select from different App Service and even some templates for HTML5, WordPress, Joomla, and much more:
![](https://static.packt-cdn.com/products/9781789617580/graphics/assets/8f273a6d-1787-437f-97cb-3cd8a5c8eb2b.png)
- In our case, we will select Web App. Once selected, you will be navigated to a new blade, which will give you an overview of Azure Web Apps:
![](https://static.packt-cdn.com/products/9781789617580/graphics/assets/4840416a-bc4f-42a9-8c02-8c0c7b5b7dbd.png)
- Next, click on Create, which will open a new blade where you have to specify the following:
- App name: Specify a name for your app
- Subscription: Select the subscription that will be charged for using this service
- Resource Group: Specify the resource group in which the app will exist as a resource...