DP-203 Monitor and optimize data storage and processing • Set 2
DP-203 Monitor and optimize data storage and processing Practice Test 2 — 15 questions with explanations. Free, no signup.
You are reviewing an Azure Policy assignment that uses the above JSON to define a role-based access control (RBAC) action. What is the primary purpose of this policy?
Refer to the exhibit.
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "Microsoft.Storage/storageAccounts/listAccountSas/action",
"Resource": "/subscriptions/.../resourceGroups/.../providers/Microsoft.Storage/storageAccounts/stgacct"
}
]
}
```