description Azure Policy Overview
While not strictly a 'monitoring' tool, Azure Policy is foundational to proactive monitoring by enforcing guardrails across your entire cloud estate. It ensures that resources are provisioned and configured according to organizational standards (e.g., 'All storage accounts must have encryption enabled'). Monitoring compliance driftwhere a resource drifts from policyis a critical operational function that prevents future outages and security gaps.
help Azure Policy FAQ
How does Azure Policy differ from Azure Role-Based Access Control (RBAC)?
While Azure RBAC dictates what actions specific users or groups can take, Azure Policy enforces rules on the properties of the resources themselves. For example, RBAC allows a user to create a storage account, but Azure Policy ensures that storage account must be created in a specific region.
Can Azure Policy automatically remediate existing non-compliant resources?
Yes, certain Azure Policy definitions can automatically remediate resources using the 'DeployIfNotExists' or 'Modify' effects. This means if an existing virtual machine is missing a required diagnostic setting, the policy will trigger an automated deployment to fix it.
Does applying strict Azure Policies impact the performance of my virtual machines?
No, Azure Policy evaluates resource properties during creation or update via the Azure Resource Manager, meaning it does not install an agent inside your virtual machines. It acts as a control plane guardrail and will not consume CPU or memory resources from your actual workload.
Can I use Azure Policy to block the deployment of expensive virtual machine sizes?
Yes, by using the 'Allowed Virtual Machine SKUs' built-in policy definition, administrators can strictly define which VM sizes are permitted. If a user attempts to deploy an unauthorized, expensive GPU instance, Azure Policy will automatically block the deployment.
explore Explore More
Similar to Azure Policy
See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.