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