Microsoft
AZ-500 · Question #572
You have an Azure subscription. You plan to create a custom role-based access control (RBAC) role that will provide permission to read Virtual networks. Which property of the RBAC role definition…
The correct answer is D. Actions []. To grant read access to Virtual Networks in Azure using RBAC, you need to assign a role with the Microsoft.Network/virtualNetworks/read permission. The built-in Reader role includes this permission, but you can also create a custom role if you need more specific access…
Submitted by carlos_mx· Mar 6, 2026Secure identity and access
Question
You have an Azure subscription. You plan to create a custom role-based access control (RBAC) role that will provide permission to read Virtual networks. Which property of the RBAC role definition should you configure?
Options
- ADataActions []
- BNotActions []
- CAssignableScopes []
- DActions []
How the community answered
(52 responses)- A4% (2)
- B8% (4)
- C2% (1)
- D87% (45)
Explanation
To grant read access to Virtual Networks in Azure using RBAC, you need to assign a role with the Microsoft.Network/virtualNetworks/read permission. The built-in Reader role includes this permission, but you can also create a custom role if you need more specific access. https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles
Community Discussion
No community discussion yet for this question.