156k views
3 votes
How do you grant access in Azure RBAC?

User Leu
by
8.6k points

1 Answer

2 votes

Final answer:

To grant access in Azure RBAC, you would navigate to the Azure portal, select the resource, go to 'Access control (IAM)', click 'Add role assignment', select the role and user or group, and save the changes.

Step-by-step explanation:

To grant access in Azure RBAC (Role-Based Access Control), you would typically go through the Azure portal or use Azure PowerShell/CLI commands. Here are the general steps to follow in the Azure portal:

  • Navigate to the Azure portal and sign in with your account.
  • Go to the specific resource or resource group where you want to grant access.
  • Click on the 'Access control (IAM)' option on the left side navigation menu.
  • Click on 'Add role assignment' to open the 'Add role assignment' pane.
  • Select the role that defines the permissions you want to grant.
  • Search for the user, group, service principal, or managed identity you want to assign the role to.
  • Once selected, click 'Save' to grant access to the resource.

By following these steps, you'll effectively assign a role to a user or group, thereby providing them with specific permissions as defined by the role in the scope of the chosen resource or resource group.

User Vdenotaris
by
8.5k points