File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Resource Manager template samples for Azure App Service + Application Ins
3
3
description : Sample Azure Resource Manager templates to deploy an Azure App Service with an Application Insights resource.
4
4
ms.topic : sample
5
5
ms.custom : devx-track-dotnet
6
- ms.date : 04/27 /2022
6
+ ms.date : 07/11 /2022
7
7
ms.reviewer : vitalyg
8
8
---
9
9
@@ -105,9 +105,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
105
105
"alwaysOn" : {
106
106
"type" : " bool"
107
107
},
108
- "currentStack" : {
109
- "type" : " string"
110
- },
111
108
"phpVersion" : {
112
109
"type" : " string"
113
110
},
@@ -197,9 +194,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
197
194
"alwaysOn" : {
198
195
"value" : true
199
196
},
200
- "currentStack" : {
201
- "value" : " dotnetcore"
202
- },
203
197
"phpVersion" : {
204
198
"value" : " OFF"
205
199
},
@@ -300,9 +294,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
300
294
},
301
295
"alwaysOn" : {
302
296
"type" : " bool"
303
- },
304
- "currentStack" : {
305
- "type" : " string"
306
297
},
307
298
"phpVersion" : {
308
299
"type" : " string"
@@ -390,9 +381,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
390
381
"alwaysOn" : {
391
382
"value" : true
392
383
},
393
- "currentStack" : {
394
- "value" : " dotnet"
395
- },
396
384
"phpVersion" : {
397
385
"value" : " OFF"
398
386
},
You can’t perform that action at this time.
0 commit comments