Skip to content

Commit e237c62

Browse files
committed
updates
1 parent bfc62f2 commit e237c62

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/app-service/quickstart-arm-template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Use the following button to deploy on **Linux**:
3333
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fapp-service-docs-linux%2Fazuredeploy.json)
3434
::: zone-end
3535
::: zone pivot="platform-windows-container"
36+
Use the following button to deploy on **Windows container**:
37+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fapp-service-docs-windows-container%2Fazuredeploy.json)
3638
::: zone-end
3739

3840
## Prerequisites
@@ -85,7 +87,7 @@ This template contains several parameters that are predefined for your convenien
8587
---
8688
::: zone-end
8789
::: zone pivot="platform-windows-container"
88-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/app-service-docs-windows). It deploys an App Service plan and an App Service app on Windows. It's compatible with .NET Core, .NET Framework, PHP, Node.js, and Static HTML apps. For Java, see [Create Java app](./quickstart-java.md).
90+
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/app-service-docs-windows-container). It deploys an App Service plan and an App Service app on a Windows container.
8991

9092
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.web/app-service-docs-windows/azuredeploy.json":::
9193

@@ -147,13 +149,13 @@ To deploy a different language stack, update `linuxFxVersion` with appropriate v
147149
---
148150
::: zone-end
149151
::: zone pivot="platform-windows-container"
150-
Run the code below to deploy a .NET framework app on Windows.
152+
Run the code below to deploy a .NET framework app on a Windows container.
151153

152154
```azurecli-interactive
153155
az group create --name myResourceGroup --location "southcentralus" &&
154156
az deployment group create --resource-group myResourceGroup \
155157
--parameters language=".net" helloWorld="true" webAppName="<app-name>" \
156-
--template-uri "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.web/app-service-docs-windows/azuredeploy.json"
158+
--template-uri "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.web/app-service-docs-windows-container/azuredeploy.json"
157159
::: zone-end
158160
159161
> [!NOTE]

0 commit comments

Comments
 (0)