DP-203 Secure, monitor, and optimize data storage and data processing • Set 8
DP-203 Secure, monitor, and optimize data storage and data processing Practice Test 8 — 15 questions with explanations. Free, no signup.
You are an Azure administrator. You apply the Azure Policy shown in the exhibit to a management group. What is the outcome of this policy?
Refer to the exhibit.
{
"properties": {
"policyRule": {
"if": {
"field": "type",
"equals": "Microsoft.Storage/storageAccounts"
},
"then": {
"effect": "deny",
"details": {
"field": "Microsoft.Storage/storageAccounts/networkAcls.defaultAction",
"equals": "Allow"
}
}
}
}
}