Overview
Azure Policy enforces compliance on Azure resources at the resource provider level. Policies evaluate resource properties during creation, updates, and on a regular compliance cycle, ensuring resources meet organizational standards.Capabilities
- Enforce compliance at the Azure subscription or management group level
- Multiple effects:
Deny,Audit,Modify,Append,DeployIfNotExists,AuditIfNotExists,DenyAction, andDisabled - Built-in and custom policy definitions
- Initiative (policy set) grouping for compliance standards
Limitations
- Requires an Azure subscription
- Only applicable to Azure cloud environments — check out AWS SCP for AWS environments
Generated Format
- Language: JSON
- Structure: Azure Policy definition with
policyRulecontainingif/thenconditions - Execution: Applied via Azure Portal, CLI, ARM templates, Bicep, Terraform, or REST API