DP-203 Secure, monitor, and optimize data storage and data processing • Set 6
DP-203 Secure, monitor, and optimize data storage and data processing Practice Test 6 — 15 questions with explanations. Free, no signup.
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"
}
}
}
}