Skip to content

Commit c7ed58f

Browse files
Update resource-manager-web-app.md
Updated the required changes
1 parent d26afed commit c7ed58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
106106
"type": "bool"
107107
},
108108
"currentStack": {
109-
"type": "dotnetcore"
109+
"type": "string"
110110
},
111111
"phpVersion": {
112112
"type": "string"
@@ -302,7 +302,7 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
302302
"type": "bool"
303303
},
304304
"currentStack": {
305-
"type": "dotnet"
305+
"type": "string"
306306
},
307307
"phpVersion": {
308308
"type": "string"

0 commit comments

Comments
 (0)