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 Static Web App for Blazor using the Azure Portal
Log in to the Azure Portal.
Click the Create a resource button.
Search for Static Web App and select Static 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.