AZ-500 · Question #377
Hotspot Question You have an Azure subscription that contains the resources shown in the following table. Transparent Data Encryption (TDE) is disabled on SQL1. You assign policies to the resource…
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. Azure Policy effects determine how compliance is enforced. An 'Audit' or 'AuditIfNotExists' policy on RG1 (where SQL1 resides) only checks for compliance and reports noncompliance but does NOT automatically remediate or change existing resources - so TDE remains disabled on…
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
Azure Policy effects determine how compliance is enforced. An 'Audit' or 'AuditIfNotExists' policy on RG1 (where SQL1 resides) only checks for compliance and reports noncompliance but does NOT automatically remediate or change existing resources - so TDE remains disabled on SQL1. A 'Deny' policy on RG2 actively blocks deployments that violate the policy, meaning SQL2's deployment will fail because it violates the TDE requirement. An 'Audit' policy on RG3 allows SQL3 to deploy successfully but flags it as noncompliant in the compliance dashboard since TDE is disabled.
Topics
Community Discussion
No community discussion yet for this question.





