Skip to content

Commit 1df00ec

Browse files
committed
links
1 parent 292de7c commit 1df00ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This template contains several parameters that are predefined for your convenien
8888
---
8989
::: zone-end
9090
::: zone pivot="platform-windows-container"
91-
The template used in this quickstart is from [Azure Quickstart Templates](https://learn.microsoft.com/samples/azure/azure-quickstart-templates/app-service-docs-windows-container/). It deploys an App Service plan and an App Service app on a Windows container.
91+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/app-service-docs-windows-container/). It deploys an App Service plan and an App Service app on a Windows container.
9292

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

@@ -104,7 +104,7 @@ This template contains several parameters that are predefined for your convenien
104104
| webAppName | string | "webApp-**[`<uniqueString>`](../azure-resource-manager/templates/template-functions-string.md#uniquestring)**" | App name |
105105
| appServicePlanName | string | "webAppPlan-**[`<uniqueString>`](../azure-resource-manager/templates/template-functions-string.md#uniquestring)**" | App Service Plan name |
106106
| location | string | "[[resourceGroup().location](../azure-resource-manager/templates/template-functions-resource.md#resourcegroup)]" | App region |
107-
| skuTier | string | "P1v3" | Instance size ([View available SKUs](https://learn.microsoft.com/azure/app-service/configure-custom-container?tabs=debian&pivots=container-windows#customize-container-memory)) |
107+
| skuTier | string | "P1v3" | Instance size ([View available SKUs](configure-custom-container.md?tabs=debian&pivots=container-windows#customize-container-memory)) |
108108
| appSettings | string | "[{"name": "PORT","value": "8080"}]" | App Service listening port. Needs to be 8080. |
109109
| kind | string | "windows" | External Git repo (optional) |
110110
| hyperv | string | "true" | External Git repo (optional) |

0 commit comments

Comments
 (0)