Skip to content

Commit

Permalink
Update 14-Manage access with RBAC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmadan123 authored Nov 3, 2022
1 parent a81915e commit a1f661e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions Instructions/Walkthroughs/14-Manage access with RBAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,24 @@ In this task, we will assign the Virtual machine contributor role.
5. **Refresh** the resource group page and click the entry representing the newly created resource group.

6. Click on the **Access control (IAM)** blade, and then switch to the **Roles** tab. Scroll through the large number of roles definitions that are available. Use the Informational icons to get an idea of each role's permissions. Notice there is also information on the number of users and groups that are assigned to each role.
7.
![image](https://user-images.githubusercontent.com/89808319/144266949-f19d91ab-31d6-4c8b-af36-c00035925cf0.png)

![image](../images/new38.png)

7. Click on **+ Add** and then click on **Add role assignment**.

![image](../images/new39.png)

7. Switch to the **Role assignments** tab of the **myRGRBAC - Access control (IAM)** blade, click **+ Add** and then click **Add role assignment**. Search for the Virtual Machine Contributor role and select. Switch to the "Members" tab and Assign access to: User, group, or service principal. Then click + Select members and type in your name to the popup search function and hit 'select.' Then hit 'Review and Assign'
8. Search for the **Virtual Machine Contributor (1)** role and select **Virtual Machine Contributor (2)**.


![image](https://user-images.githubusercontent.com/89808319/144266255-3a0f8574-9358-4c21-8f95-3503747e77c8.png)
![image](../images/new41.png)

9. Switch to the **Members** tab and Assign access to: **User, group, or service principal (1)**. Then click on **+ Select members (2)** and type in your name to the popup search function and click on **select (5)**. then hit **Review and Assign (6)**.



**Note:** The Virtual machine contributor role lets you manage virtual machines, but not access their operating system or manage the virtual network and storage account they are connected to.
![image](../images/new40.png)


**Note:** The Virtual machine contributor role lets you manage virtual machines, but not access their operating system or manage the virtual network and storage account they are connected to.

8. **Refresh** the Role assignments page and ensure you are now listed as a Virtual machine contributor.

Expand All @@ -51,11 +56,11 @@ In this task, we will assign the Virtual machine contributor role.

In this task, we will view the activity log to verify the role assignment, and then remove the role.

1. On the myRGRBAC resource group blade, click **Activity log**.
1. On the myRGRBAC resource group blade, click on **Activity log**.

2. Click **Add filter**, select **Operation**, and then **Create role assignment**.
2. Click on **Add filter (1)**, select **Operation (2)**, and then **Create role assignment (3)**.

![Screenshot of the Activity log page with configured filter.](../images/1503.png)
![Screenshot of the Activity log page with configured filter.](../images/new42.png)

3. Verify the Activity log shows your role assignment.

Expand Down

0 comments on commit a1f661e

Please sign in to comment.