Skip to content

Commit 161bc20

Browse files
committed
add skus
1 parent 7fb10b0 commit 161bc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This template contains several parameters that are predefined for your convenien
103103
|------------|---------|------------------------------|-------------|
104104
| webAppName | string | "webApp-**[`<uniqueString>`](../azure-resource-manager/templates/template-functions-string.md#uniquestring)**" | App name |
105105
| location | string | "[[resourceGroup().location](../azure-resource-manager/templates/template-functions-resource.md#resourcegroup)]" | App region |
106-
| skuTier | string | "P1v3" | Instance size (F1 = Free Tier) |
106+
| 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)) |
107107
| kind | string | "windows" | External Git repo (optional) |
108108
| hyperv | string | "true" | External Git repo (optional) |
109109
| windowsFxVersion | string | "DOCKER&#124;mcr.microsoft.com/dotnet/samples:aspnetapp" | External Git repo (optional) |

0 commit comments

Comments
 (0)