Azure Policy helps organizations manage and enforce rules across their cloud resources. What is its main goal?
Think about how companies keep their cloud resources following rules and standards.
Azure Policy is designed to enforce rules and ensure resources comply with organizational standards, helping governance and compliance.
Identify the Azure Policy rule that blocks creation of public IP addresses.
Look for the condition that matches the resource type for public IP addresses and denies it.
Option A correctly targets the resource type for public IP addresses and denies their creation.
You manage several subscriptions under one Azure tenant. What is the best way to apply policies consistently across all subscriptions?
Think about applying rules once to cover many subscriptions efficiently.
Assigning policies at the management group level applies them to all subscriptions within, ensuring consistent governance.
You want to track resources that do not meet policy rules but allow their creation. Which effect fits this need?
Consider an effect that reports but does not prevent.
The 'audit' effect logs non-compliance but does not block resource creation, enabling monitoring without enforcement.
Explain the behavior triggered by the 'deployIfNotExists' effect in Azure Policy when a resource does not meet the policy condition.
Think about automatic fixes triggered by policy.
'deployIfNotExists' triggers deployment of a resource or configuration to fix non-compliance automatically after resource creation.