From 99bdb9ca3d53e2759015af034dfec66ec5e17488 Mon Sep 17 00:00:00 2001 From: selmankoc Date: Mon, 16 Jun 2025 09:06:49 +0300 Subject: [PATCH] Update Azure deployment documentation to include BlazorWebApp in conditional statements --- .../azure-deployment/step1-create-azure-resources.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 7c11879015..d0a7581cff 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 @@ -15,7 +15,7 @@ To create a new Azure Web App Service, choose one of the following options: - [Create a new Azure Web App Service using the Terraform Template](terraform-web-app-service.md) (If you have experience with Terraform) -{{ if UI == "MVC" && Tiered == "No" }} +{{ if UI == "BlazorServer" || UI == "MVC" || UI == "BlazorWebApp" && Tiered == "No" }} ### Create a new Azure Web App service using the Azure Portal @@ -41,7 +41,7 @@ To create a new Azure Web App Service, choose one of the following options: {{else}} -{{ if UI == "BlazorServer" || UI == "MVC" || UI == "BlazorWebApp" }} + -{{ else if UI == 'NG' }} +{{ if UI == 'NG' }} ### Create a new Azure Static Web App for Angular using the Azure Portal