From 632a17b9e44f05bc5be92e93545e26b877bb6876 Mon Sep 17 00:00:00 2001 From: selmankoc Date: Mon, 16 Jun 2025 13:17:09 +0300 Subject: [PATCH] Update Azure deployment documentation to create a Static Web App for Blazor --- .../step1-create-azure-resources.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md b/docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md index 19e1a8170a..f27af7e45f 100644 --- a/docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md +++ b/docs/en/solution-templates/layered-web-application/deployment/azure-deployment/step1-create-azure-resources.md @@ -184,15 +184,15 @@ To create a new Azure Web App Service, choose one of the following options: ![Create Web App](../../../../images/azure-deploy-create-web-app-5.png) {{ else }} -### Create a new Azure Web App Service for API application +### Create a new Azure Static Web App for Blazor using the Azure Portal -1. You can create a new Azure Web App Service for an API application in the same resource group. +1. Log in to the [Azure Portal](https://portal.azure.com/). -2. Click the **Create** button on the top of the resource group page. +2. Click the **Create a resource** button. -3. Search for **Web App** and select **Web App** from the results. +3. Search for **Static Web App** and select **Static Web App** from the results. - ![Create a resource](../../../../images/azure-deploy-create-a-resource.png) + ![Create a resource blazor](../../../../images/azure-deploy-create-a-resource-angular.png) 4. Click the **Create** button. @@ -200,12 +200,10 @@ To create a new Azure Web App Service, choose one of the following options: 6. Click the **Create** button. - ![Create Web App](../../../../images/azure-deploy-create-web-app-6.png) + ![Create Web App](../../../../images/azure-deploy-create-web-app-7.png) 7. Wait for the deployment to complete. - ![Create Web App](../../../../images/azure-deploy-create-web-app-3.png) - {{end}} ### Create a new Azure Web App Service for API application