Step 1: Creating an Azure Web App Service Environment
To create a new Azure Web App Service, choose one of the following options:
Create a new Azure Web App Service using the Azure Portal (Recommended)
Create a new Azure Web App Service using the Terraform Template (If you have experience with Terraform)
Create a new Azure Web App service using the Azure Portal
Log in to the Azure Portal.
Click the Create a resource button.
Search for Web App and select Web App from the results.
Click the Create button.
Fill in the required fields and click the Review + create button.
Click the Create button.
Wait for the deployment to complete.
Create a new Azure Web App Service for API application
You can create a new Azure Web App Service for an API application in the same resource group.
Click the Create button on the top of the resource group page.
Search for Web App and select Web App from the results.
Click the Create button.
Fill in the required fields and click the Review + create button.
Click the Create button.
Wait for the deployment to complete.
Create a new Azure Web App Service for AuthServer application
Similar to the API application, you can create a new Azure Web App Service for an AuthServer application in the same resource group.
Same as above, but you only need to modify the name of the web app service to authserver-yourapp in step 5.
Create Azure Cache for Redis
Click the Create button on the top of the resource group page.
Search for Redis Cache and select Redis Cache from the results.
Click the Create button.
Fill in the required fields and click the Review + create button.
Click the Create button.
Wait for the deployment to complete.