Skip to content

Commit d26afed

Browse files
Update resource-manager-web-app.md
MicrosoftDocs/azure-docs#95466
1 parent b2461e0 commit d26afed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/azure-monitor/app/resource-manager-web-app.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
105105
"alwaysOn": {
106106
"type": "bool"
107107
},
108+
"currentStack": {
109+
"type": "dotnetcore"
110+
},
108111
"phpVersion": {
109112
"type": "string"
110113
},
@@ -297,6 +300,9 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
297300
},
298301
"alwaysOn": {
299302
"type": "bool"
303+
},
304+
"currentStack": {
305+
"type": "dotnet"
300306
},
301307
"phpVersion": {
302308
"type": "string"
@@ -576,4 +582,4 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
576582
## Next steps
577583

578584
* [Get other sample templates for Azure Monitor](../resource-manager-samples.md).
579-
* [Learn more about classic Application Insights resources](../app/create-new-resource.md).
585+
* [Learn more about classic Application Insights resources](../app/create-new-resource.md).

0 commit comments

Comments
 (0)