AZ-500 · Question #13
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Option B (No) is correct because creating a new stored access policy does not revoke existing access - it simply adds another policy without invalidating the SASs and stored access policies already in use by unauthorized users. Why Option A (Yes) is wrong: Creating a new stored…
Question
Options
- AYes
- BNo
How the community answered
(53 responses)- A23% (12)
- B77% (41)
Explanation
Option B (No) is correct because creating a new stored access policy does not revoke existing access - it simply adds another policy without invalidating the SASs and stored access policies already in use by unauthorized users.
Why Option A (Yes) is wrong: Creating a new stored access policy has no effect on existing SASs or previously created stored access policies. Unauthorized users with valid existing credentials would still retain access to both the blob and file services.
What actually meets the goal: To immediately revoke all access to Sa1, you should regenerate the storage account keys. Since all SASs and stored access policies are ultimately tied to the storage account keys, regenerating the keys instantly invalidates all existing SASs and stored access policies across both services.
Memory Tip: Think of the storage account key as the "master lock" - regenerating it is like changing all the locks at once, rendering every existing key (SAS/stored access policy) useless immediately. Creating a new policy is just adding another lock without removing the old ones.
Topics
Community Discussion
No community discussion yet for this question.