SC-100 • Practice Test 45
Free SC-100 practice test — 15 questions with explanations. Set 45. No signup required.
Refer to the exhibit. You are auditing an Azure subscription. The Azure Policy assignment above is targeting a resource group. The policy definition ID corresponds to a built-in policy that audits if SQL databases have transparent data encryption (TDE) enabled. What is the effect of this policy assignment?
{
"type": "Microsoft.Authorization/policyAssignments",
"apiVersion": "2022-06-01",
"name": "audit-sql-encryption",
"properties": {
"policyDefinitionId": "/providers/Microsoft.Authorization/policyDefinitions/94f9d178-d4e6-4a96-bc6d-1234567890ab",
"parameters": {},
"scope": "/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/prod-rg",
"enforcementMode": "Default"
}
}