AZ-500 · Question #378
Hotspot Question You have an Azure subscription that contains a resource group named RG1. RG1 contains a virtual machine named VM1 that uses Azure Active Directory (Azure AD) authentication. You…
The correct answer is SQL1 will have TDE enabled automatically. = No; The deployment of SQL2 will fail. = Yes; SQL3 will be deployed and marked as noncompliant. = Yes. This question tests understanding of Azure Policy effects and how they interact with resource deployments. The 'DeployIfNotExists' effect automatically remediates non-compliant resources (like enabling TDE), but it requires a remediation task to be triggered - it does NOT…
Question
Exhibits
Answer Area
- SQL1 will have TDE enabled automatically.No
- The deployment of SQL2 will fail.Yes
- SQL3 will be deployed and marked as noncompliant.Yes
Explanation
This question tests understanding of Azure Policy effects and how they interact with resource deployments. The 'DeployIfNotExists' effect automatically remediates non-compliant resources (like enabling TDE), but it requires a remediation task to be triggered - it does NOT happen automatically at deployment time for existing resources, so SQL1 will NOT have TDE enabled automatically. The 'Deny' effect blocks deployments that violate policy, so SQL2 (which violates the policy) will fail to deploy. The 'Audit' effect allows deployment but flags the resource as non-compliant in the compliance dashboard, so SQL3 will deploy successfully but appear as non-compliant.
Topics
Community Discussion
No community discussion yet for this question.



