File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
105
105
"alwaysOn" : {
106
106
"type" : " bool"
107
107
},
108
+ "currentStack" : {
109
+ "type" : " dotnetcore"
110
+ },
108
111
"phpVersion" : {
109
112
"type" : " string"
110
113
},
@@ -297,6 +300,9 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
297
300
},
298
301
"alwaysOn" : {
299
302
"type" : " bool"
303
+ },
304
+ "currentStack" : {
305
+ "type" : " dotnet"
300
306
},
301
307
"phpVersion" : {
302
308
"type" : " string"
@@ -576,4 +582,4 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
576
582
## Next steps
577
583
578
584
* [ 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 ) .
You can’t perform that action at this time.
0 commit comments