DP-203 • Practice Test 29
Free DP-203 practice test — 15 questions with explanations. Set 29. No signup required.
You are reviewing an Azure Policy definition. What does this policy do?
Refer to the exhibit.
{
"name": "My Policy",
"policyRule": {
"if": {
"field": "type",
"equals": "Microsoft.Storage/storageAccounts"
},
"then": {
"effect": "deny",
"details": {
"field": "Microsoft.Storage/storageAccounts/blobProperties.defaultServiceVersion",
"notEquals": "2020-10-02"
}
}
}
}