Skip to content

Commit e901fdc

Browse files
committed
Updated with rebranding changes.
1 parent 76c7618 commit e901fdc

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

azure-local/manage/assign-vm-rbac-roles.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Use builtin RBAC roles for Arc VM management on Azure Local
3-
description: Learn how to use RBAC builtin roles for Arc VM management on Azure Local.
2+
title: Use builtin RBAC roles for Azure Local VM management
3+
description: Learn how to use RBAC builtin roles for Azure Local VM management.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 11/15/2024
8+
ms.date: 03/17/2025
99
---
1010

11-
# Use Role-based Access Control to manage Azure Local virtual machines
11+
# Use Role-based Access Control for Azure Local virtual machine management
1212

1313
[!INCLUDE [hci-applies-to-23h2](../includes/hci-applies-to-23h2.md)]
1414

15-
This article describes how to use the Role-based Access Control (RBAC) to control access to Arc virtual machines (VMs) running on Azure Local.
15+
This article describes how to use the Role-based Access Control (RBAC) to control access to Azure Local virtual machines (VMs).
1616

1717
You can use the builtin RBAC roles to control access to VMs and VM resources such as virtual disks, network interfaces, VM images, logical networks and storage paths. You can assign these roles to users, groups, service principals and managed identities.
1818

@@ -26,14 +26,12 @@ To control access to VMs and VM resources on Azure Local, you can use the follow
2626

2727
Here's a table that describes the VM actions granted by each role for the VMs and the various VM resources. The VM resources are referred to resources required to create a VM and include virtual disks, network interfaces, VM images, logical networks, and storage paths:
2828

29-
3029
| Builtin role | VMs | VM resources |
3130
|--|--|--|
3231
| Azure Stack HCI Administrator | Create, list, delete VMs<br><br> Start, stop, restart VMs | Create, list, delete all VM resources including logical networks, VM images, and storage paths |
3332
| Azure Stack HCI VM Contributor | Create, list, delete VMs<br><br> Start, stop, restart VMs | Create, list, delete all VM resources except logical networks, VM images, and storage paths |
3433
| Azure Stack HCI VM Reader | List all VMs | List all VM resources |
3534

36-
3735
## Prerequisites
3836

3937
Before you begin, make sure to complete the following prerequisites:
@@ -44,18 +42,17 @@ Before you begin, make sure to complete the following prerequisites:
4442

4543
## Assign RBAC roles to users
4644

47-
You can assign RBAC roles to user via the Azure portal. Follow these steps to assign RBAC roles to users:
45+
You can assign RBAC roles to users via the Azure portal. Follow these steps to assign RBAC roles to users:
4846

4947
1. In the Azure portal, search for the scope to grant access to, for example, search for subscriptions, resource groups, or a specific resource. In this example, we use the subscription in which your Azure Local is deployed.
5048

51-
52-
1. Go to your subscription and then go to **Access control (IAM) > Role assignments**. From the top command bar, select **+ Add** and then select **Add role assignment**.
49+
1. Go to your subscription and then go to **Access control (IAM)** > **Role assignments**. From the top command bar, select **+ Add** and then select **Add role assignment**.
5350

5451
If you don't have permissions to assign roles, the **Add role assignment** option is disabled.
5552

5653
:::image type="content" source="./media/assign-vm-rbac-roles/add-role-assignment-1.png" alt-text="Screenshot showing RBAC role assignment in Azure portal for your Azure Local." lightbox="./media/assign-vm-rbac-roles/add-role-assignment-1.png":::
5754

58-
1. On the **Role** tab, select an RBAC role to assign and choose from one of the following builtin roles:
55+
1. On the **Role** tab, select an RBAC role to assign and select one of the following builtin roles:
5956

6057
- **Azure Stack HCI Administrator**
6158
- **Azure Stack HCI VM Contributor**
@@ -71,7 +68,7 @@ You can assign RBAC roles to user via the Azure portal. Follow these steps to as
7168

7269
:::image type="content" source="./media/assign-vm-rbac-roles/add-role-assignment-4.png" alt-text="Screenshot showing Review + assign tab during role assignment in Azure portal for your Azure Local instance." lightbox="./media/assign-vm-rbac-roles/add-role-assignment-4.png":::
7370

74-
1. Verify the role assignment. Go to **Access control (IAM) > Check access > View my access**. You should see the role assignment.
71+
1. Verify the role assignment. Go to **Access control (IAM)** > **Check access** > **View my access**. You should see the role assignment.
7572

7673
:::image type="content" source="./media/assign-vm-rbac-roles/add-role-assignment-5.png" alt-text="Screenshot showing newly assigned role in Azure portal for your Azure Local instance." lightbox="./media/assign-vm-rbac-roles/add-role-assignment-5.png":::
7774

0 commit comments

Comments
 (0)