Skip to content

Commit ef912b2

Browse files
authored
Merge pull request #205768 from harelbr/patch-145
Remove unnecessary tag
2 parents dbf9e5c + 5ba65b2 commit ef912b2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/azure-monitor/alerts/alerts-metric-logs.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Tutorial on creating near-real time metric alerts on popular log an
44
author: harelbr
55
ms.author: harelbr
66
ms.topic: conceptual
7-
ms.date: 2/23/2022
7+
ms.date: 7/24/2022
88
ms.custom: devx-track-azurepowershell
99
ms.reviewer: harelbr
1010
---
@@ -226,7 +226,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
226226
}
227227
},
228228
"variables": {
229-
"convertRuleTag": "hidden-link:/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName",
230229
"convertRuleSourceWorkspace": {
231230
"SourceId": "/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName"
232231
}
@@ -237,9 +236,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
237236
"type": "Microsoft.Insights/scheduledQueryRules",
238237
"apiVersion": "2018-04-16",
239238
"location": "[parameters('convertRuleRegion')]",
240-
"tags": {
241-
"[variables('convertRuleTag')]": "Resource"
242-
},
243239
"properties": {
244240
"description": "[parameters('convertRuleDescription')]",
245241
"enabled": "[parameters('convertRuleStatus')]",
@@ -531,7 +527,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
531527
}
532528
},
533529
"variables": {
534-
"convertRuleTag": "hidden-link:/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName",
535530
"convertRuleSourceWorkspace": {
536531
"SourceId": "/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName"
537532
}
@@ -542,9 +537,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
542537
"type": "Microsoft.Insights/scheduledQueryRules",
543538
"apiVersion": "2018-04-16",
544539
"location": "[parameters('convertRuleRegion')]",
545-
"tags": {
546-
"[variables('convertRuleTag')]": "Resource"
547-
},
548540
"properties": {
549541
"description": "[parameters('convertRuleDescription')]",
550542
"enabled": "[parameters('convertRuleStatus')]",

0 commit comments

Comments
 (0)