Browse Source

Remove deprecated instructions for creating an Azure Web App service for Blazor in the deployment documentation

pull/23074/head
selmankoc 8 months ago
parent
commit
fc2d828868
  1. 24
      docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md

24
docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md

@ -41,30 +41,6 @@ To create a new Azure Web App Service, choose one of the following options:
{{else}}
<!-- {{ if UI == "BlazorServer" || UI == "MVC" || UI == "BlazorWebApp" }}
### Create a new Azure Web App service using the Azure Portal
1. Log in to the [Azure Portal](https://portal.azure.com/).
2. Click the **Create a resource** button.
3. Search for **Web App** and select **Web App** from the results.
![Create a resource](../../../../images/azure-deploy-create-a-resource.png)
4. Click the **Create** button.
5. Fill in the required fields and click the **Review + create** button.
6. Click the **Create** button.
![Create Web App](../../../../images/azure-deploy-create-web-app-2.png)
7. Wait for the deployment to complete.
![Create Web App](../../../../images/azure-deploy-create-web-app-3.png) -->
{{ if UI == 'NG' }}
### Create a new Azure Static Web App for Angular using the Azure Portal

Loading…
Cancel
Save