- A
Assign the 'Key Vault Secrets User' role at the secret scope
The 'Key Vault Secrets User' role permits reading secret content. When scoped to an individual secret, it restricts access to that specific secret only. Azure RBAC supports data plane roles at the secret, key, or certificate level.
- B
Assign the 'Key Vault Secrets User' role at the vault scope
Why wrong: At the vault scope, the 'Key Vault Secrets User' role allows reading all secrets in the vault, which would grant broader access than desired.
- C
Assign the 'Key Vault Reader' role at the secret scope
Why wrong: The 'Key Vault Reader' role only allows viewing the vault's metadata and properties, not reading secret values. It does not grant access to read secrets.
- D
Assign the 'Key Vault Secrets Officer' role at the secret scope
Why wrong: The 'Key Vault Secrets Officer' role includes write and delete permissions for secrets, which is more than required. It would allow developers to modify or delete secrets, violating the principle of least privilege.
Quick Answer
The correct answer is to assign the Key Vault Secrets User role at the secret scope. This works because Azure RBAC supports fine-grained authorization down to the individual secret level, allowing you to grant read access to a specific key vault secret using RBAC at secret scope rather than applying permissions to the entire vault. By scoping the role assignment to the secret resource ID—for example, /subscriptions/{sub}/resourceGroups/{rg}/providers/Microsoft.KeyVault/vaults/{vault}/secrets/App--ConnectionString—you ensure developers can only read that exact secret name, meeting the requirement to replace the legacy access policy model. On the AZ-500 exam, this scenario tests your understanding of Azure RBAC’s data-plane roles versus vault-level policies; a common trap is choosing the Key Vault Reader role (which only controls management-plane actions) or assigning at the vault scope, which would grant access to all secrets. Remember the mnemonic: “Secret scope, Secrets User” to lock read access to a single secret.
AZ-500 Secure compute, storage, and databases Practice Question
This AZ-500 practice question tests your understanding of secure compute, storage, and databases. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company uses Azure Key Vault to store secrets. They want to grant developers the ability to read secrets, but only for specific secret names (e.g., 'App--ConnectionString'). They also want to use Azure RBAC instead of the Key Vault access policy model. Which RBAC role should they assign, and at which scope?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Assign the 'Key Vault Secrets User' role at the secret scope
Option A is correct because the 'Key Vault Secrets User' role, when assigned at the individual secret scope (e.g., /subscriptions/{sub}/resourceGroups/{rg}/providers/Microsoft.KeyVault/vaults/{vault}/secrets/{secretName}), grants read-only access to that specific secret. This satisfies the requirement to use Azure RBAC (instead of the legacy access policy model) and to limit developers to reading only secrets with a specific name, such as 'App--ConnectionString'.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Assign the 'Key Vault Secrets User' role at the secret scope
Why this is correct
The 'Key Vault Secrets User' role permits reading secret content. When scoped to an individual secret, it restricts access to that specific secret only. Azure RBAC supports data plane roles at the secret, key, or certificate level.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Assign the 'Key Vault Secrets User' role at the vault scope
Why it's wrong here
At the vault scope, the 'Key Vault Secrets User' role allows reading all secrets in the vault, which would grant broader access than desired.
- ✗
Assign the 'Key Vault Reader' role at the secret scope
Why it's wrong here
The 'Key Vault Reader' role only allows viewing the vault's metadata and properties, not reading secret values. It does not grant access to read secrets.
- ✗
Assign the 'Key Vault Secrets Officer' role at the secret scope
Why it's wrong here
The 'Key Vault Secrets Officer' role includes write and delete permissions for secrets, which is more than required. It would allow developers to modify or delete secrets, violating the principle of least privilege.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume RBAC roles can only be assigned at the vault scope, forgetting that Azure RBAC supports fine-grained scoping down to the individual secret level, which is essential for least-privilege access control.
Detailed technical explanation
How to think about this question
Azure RBAC for Key Vault uses Azure Resource Manager (ARM) data-plane actions, such as 'Microsoft.KeyVault/vaults/secrets/read', which are distinct from the legacy vault access policy permissions. When assigning a role at the secret scope, the role assignment is stored in Azure RBAC and evaluated at runtime; the secret's resource ID must be used exactly, and the role definition must include the 'read' action for secrets. A real-world scenario where this matters is when a vault contains hundreds of secrets, and you need to grant a CI/CD pipeline access only to a specific connection string without exposing other secrets like API keys or certificates.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Secure compute, storage, and databases — study guide chapter
Learn the concepts, then practise the questions
- →
Secure compute, storage, and databases practice questions
Targeted practice on this topic area only
- →
All AZ-500 questions
1,000 questions across all exam domains
- →
Microsoft Azure Security Engineer Associate AZ-500 study guide
Full concept coverage aligned to exam objectives
- →
AZ-500 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-500 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Secure identity and access practice questions
Practise AZ-500 questions linked to Secure identity and access.
Secure compute, storage, and databases practice questions
Practise AZ-500 questions linked to Secure compute, storage, and databases.
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel practice questions
Practise AZ-500 questions linked to Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel.
Manage identity and access practice questions
Practise AZ-500 questions linked to Manage identity and access.
Secure networking practice questions
Practise AZ-500 questions linked to Secure networking.
AZ-500 fundamentals practice questions
Practise AZ-500 questions linked to AZ-500 fundamentals.
AZ-500 scenario practice questions
Practise AZ-500 questions linked to AZ-500 scenario.
AZ-500 troubleshooting practice questions
Practise AZ-500 questions linked to AZ-500 troubleshooting.
Practice this exam
Start a free AZ-500 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-500 question test?
Secure compute, storage, and databases — This question tests Secure compute, storage, and databases — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Assign the 'Key Vault Secrets User' role at the secret scope — Option A is correct because the 'Key Vault Secrets User' role, when assigned at the individual secret scope (e.g., /subscriptions/{sub}/resourceGroups/{rg}/providers/Microsoft.KeyVault/vaults/{vault}/secrets/{secretName}), grants read-only access to that specific secret. This satisfies the requirement to use Azure RBAC (instead of the legacy access policy model) and to limit developers to reading only secrets with a specific name, such as 'App--ConnectionString'.
What should I do if I get this AZ-500 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This AZ-500 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-500 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.