File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ This template contains several parameters that are predefined for your convenien
104
104
| webAppName | string | "webApp-** [ ` <uniqueString> ` ] ( ../azure-resource-manager/templates/template-functions-string.md#uniquestring ) ** " | App name |
105
105
| location | string | "[[ resourceGroup().location] ( ../azure-resource-manager/templates/template-functions-resource.md#resourcegroup )] " | App region |
106
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 ) ) |
107
+ | appSettings | string | "[ {"name": "PORT","value": "8080"}] " | App Service listening port. Needs to be 8080. |
107
108
| kind | string | "windows" | External Git repo (optional) |
108
109
| hyperv | string | "true" | External Git repo (optional) |
109
110
| windowsFxVersion | string | "DOCKER| ; mcr.microsoft.com/dotnet/samples: aspnetapp " | External Git repo (optional) |
You can’t perform that action at this time.
0 commit comments