enable tagging for azure alert rules and option to filter based on the tags
I am using below ARM template azureDevops task automation to create many alert rules across our environments. ADO task as below - task: AzureResourceGroupDeployment@2 inputs: azureSubscription: 'xxxx' action: 'Create Or Update Resource Group' resourceGroupName: $(${{ variables.podnamerg }}) location: 'xxxxx' templateLocation:…