Skip to content

Commit 71c048c

Browse files
authored
Merge pull request #204285 from mumian/0711-monitor
remove an unused parameter - currentStack
2 parents b8534de + 193947a commit 71c048c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Resource Manager template samples for Azure App Service + Application Ins
33
description: Sample Azure Resource Manager templates to deploy an Azure App Service with an Application Insights resource.
44
ms.topic: sample
55
ms.custom: devx-track-dotnet
6-
ms.date: 04/27/2022
6+
ms.date: 07/11/2022
77
ms.reviewer: vitalyg
88
---
99

@@ -105,9 +105,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
105105
"alwaysOn": {
106106
"type": "bool"
107107
},
108-
"currentStack": {
109-
"type": "string"
110-
},
111108
"phpVersion": {
112109
"type": "string"
113110
},
@@ -197,9 +194,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
197194
"alwaysOn": {
198195
"value": true
199196
},
200-
"currentStack": {
201-
"value": "dotnetcore"
202-
},
203197
"phpVersion": {
204198
"value": "OFF"
205199
},
@@ -300,9 +294,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
300294
},
301295
"alwaysOn": {
302296
"type": "bool"
303-
},
304-
"currentStack": {
305-
"type": "string"
306297
},
307298
"phpVersion": {
308299
"type": "string"
@@ -390,9 +381,6 @@ resource webApp 'Microsoft.Insights/components@2020-02-02' = {
390381
"alwaysOn": {
391382
"value": true
392383
},
393-
"currentStack": {
394-
"value": "dotnet"
395-
},
396384
"phpVersion": {
397385
"value": "OFF"
398386
},

0 commit comments

Comments
 (0)