Assign Azure Policy’s depending on the subscription tag
I have a question and unfortunately I can’t find anything explicit in the MS documentation.
We would like to use the Azure Policies to determine the location of the resource etc. via the subscription tag. For example, we have a tag on the subscription:
Programmatically triggering azure policy remediation
I have got azure policy auto remediation in place, however the process is a manual one where the remediation tasks needs to be manually triggered. I was wondering if there is a way to programmatically trigger the running of the remediation job.
Azure Policy for Tag Tampering prevention
A current challenge in a Subscription Vending environment, is that we rely on Tags on Subscriptions for certain data to be fed back in to other systems, for instance for CMDB entries or cost calculation.
Create an Azure Policy for an array of allowed tag names – not a parameter per tag name
I’m trying to create a policy that checks all tag names in an array and audits if no allowed values are found. I would like to accomplish this without creating a parameter for each tag name.