Refer to the exhibit. An administrator deploys this Azure Resource Manager template. Which TWO of the following statements are true?
The policy definition ID referenced in the assignment corresponds to a built-in Azure Policy that specifically checks for Transparent Data Encryption (TDE) on SQL databases. Combined with the 'AuditIfNotExists' effect, this policy assignment will scan existing SQL databases within its scope and report any instances where TDE is not enabled, making them visible in the Azure Policy compliance dashboard.
Why this answer
The policy definition ID corresponds to 'Audit if SQL Database encryption is not enabled'. The effect is 'AuditIfNotExists', so it audits but does not enforce. The assignment is at subscription/management group scope, not resource group.
It does not deploy a resource but assigns a policy.