@@ -4,7 +4,7 @@ description: Tutorial on creating near-real time metric alerts on popular log an
4
4
author : harelbr
5
5
ms.author : harelbr
6
6
ms.topic : conceptual
7
- ms.date : 2/23 /2022
7
+ ms.date : 7/24 /2022
8
8
ms.custom : devx-track-azurepowershell
9
9
ms.reviewer : harelbr
10
10
---
@@ -226,7 +226,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
226
226
}
227
227
},
228
228
"variables" : {
229
- "convertRuleTag" : " hidden-link:/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName" ,
230
229
"convertRuleSourceWorkspace" : {
231
230
"SourceId" : " /subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName"
232
231
}
@@ -237,9 +236,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
237
236
"type" : " Microsoft.Insights/scheduledQueryRules" ,
238
237
"apiVersion" : " 2018-04-16" ,
239
238
"location" : " [parameters('convertRuleRegion')]" ,
240
- "tags" : {
241
- "[variables('convertRuleTag')]" : " Resource"
242
- },
243
239
"properties" : {
244
240
"description" : " [parameters('convertRuleDescription')]" ,
245
241
"enabled" : " [parameters('convertRuleStatus')]" ,
@@ -531,7 +527,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
531
527
}
532
528
},
533
529
"variables" : {
534
- "convertRuleTag" : " hidden-link:/subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName" ,
535
530
"convertRuleSourceWorkspace" : {
536
531
"SourceId" : " /subscriptions/1234-56789-1234-567a/resourceGroups/resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/workspaceName"
537
532
}
@@ -542,9 +537,6 @@ To achieve the same, one can use the sample Azure Resource Manager Template belo
542
537
"type" : " Microsoft.Insights/scheduledQueryRules" ,
543
538
"apiVersion" : " 2018-04-16" ,
544
539
"location" : " [parameters('convertRuleRegion')]" ,
545
- "tags" : {
546
- "[variables('convertRuleTag')]" : " Resource"
547
- },
548
540
"properties" : {
549
541
"description" : " [parameters('convertRuleDescription')]" ,
550
542
"enabled" : " [parameters('convertRuleStatus')]" ,
0 commit comments