Skip to content

Commit c957b3e

Browse files
authored
Merge pull request #204052 from MonikaReddy-MSFT/patch-258
Update resource-manager-web-app.md
2 parents b0e3509 + c7ed58f commit c957b3e

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": "string"
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": "string"
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)