You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/assign-vm-rbac-roles.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack
8
8
ms.subservice: azure-stack-hci
9
-
ms.date: 02/13/2024
9
+
ms.date: 07/19/2024
10
10
---
11
11
12
12
# Use Role-based Access Control to manage Azure Stack HCI Virtual Machines
@@ -31,20 +31,18 @@ To control access to VMs and VM resources on your Azure Stack HCI, you can use t
31
31
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:
32
32
33
33
34
-
|Builtin role |VMs |VM resources|
35
-
|---------|---------|---------|
36
-
|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|
37
-
|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|
38
-
|Azure Stack HCI VM Reader |List all VMs |List all VM resources|
34
+
|Builtin role |VMs |VM resources |
35
+
|--|--|--|
36
+
|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 |
37
+
|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 |
38
+
|Azure Stack HCI VM Reader |List all VMs |List all VM resources |
39
39
40
40
41
41
## Prerequisites
42
42
43
43
Before you begin, make sure to complete the following prerequisites:
44
44
45
-
1. Make sure that you have access to an Azure Stack HCI cluster that is deployed and registered. During the deployment, an Arc Resource Bridge and a custom location are also created.
46
-
47
-
Go to the resource group in Azure. You can see the custom location and Azure Arc Resource Bridge created for the Azure Stack HCI cluster. Make a note of the subscription, resource group, and the custom location as you use these later in this scenario.
45
+
1. Make sure that complete the [Azure Stack HCI cluster requirements](./azure-arc-vm-management-prerequisites.md).
48
46
49
47
1. Make sure that you have access to Azure subscription as an Owner or User Access Administrator to assign roles to others.
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/azure-arc-vm-management-prerequisites.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ If you're accessing the Azure Stack HCI system remotely, the following requireme
59
59
60
60
- Run [az version](/cli/azure/reference-index?#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index?#az-upgrade).
61
61
62
-
- The Azure Stack HCI extension `stack-hci-vm`. Run PowerShell as an administrator on your client and run the following command:
62
+
- The Azure Stack HCI extension `stack-hci-vm`. Run PowerShell as an administrator on your client and run the following command:
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/create-storage-path.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack
8
8
ms.subservice: azure-stack-hci
9
-
ms.date: 07/10/2024
9
+
ms.date: 07/19/2024
10
10
---
11
11
12
12
# Create storage path for Azure Stack HCI
@@ -28,13 +28,10 @@ The available space in the cluster shared volume determines the size of the stor
28
28
29
29
Before you begin, make sure to complete the following prerequisites:
30
30
31
-
1. Make sure that you have access to an Azure Stack HCI cluster that is deployed and registered. During the deployment, an Arc Resource Bridge and a custom location are also created.
32
-
33
-
Go to the resource group in Azure. You can see the custom location and Azure Arc Resource Bridge created for the Azure Stack HCI cluster. Make a note of the subscription, resource group, and the custom location as you use these later in this scenario.
31
+
1. Make sure that complete the [Azure Stack HCI cluster requirements](./azure-arc-vm-management-prerequisites.md).
34
32
35
33
1. Make sure that a cluster shared volume exists on your Azure Stack HCI cluster that is accessible from all the servers in the cluster. The storage path that you intend to provide on a cluster shared volume should have sufficient space for storing VM images. By default, cluster shared volumes are created during the deployment of Azure Stack HCI cluster.
36
34
37
-
38
35
You can create storage paths only within cluster shared volumes that are available in the cluster. For more information, see [Create a cluster shared volume](/windows-server/failover-clustering/failover-cluster-csvs#add-a-disk-to-csv-on-a-failover-cluster).
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/virtual-machine-image-azure-marketplace.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ Before you begin, make sure that the following prerequisites are completed.
24
24
25
25
# [Azure CLI](#tab/azurecli)
26
26
27
-
Make sure to review and [complete the prerequisites](./azure-arc-vm-management-prerequisites.md). If using a client to connect to your Azure Stack HCI cluster, see [Connect to the cluster remotely](./azure-arc-vm-management-prerequisites.md#connect-to-the-cluster-remotely).
27
+
- Make sure to review and [complete the prerequisites](./azure-arc-vm-management-prerequisites.md).
28
+
29
+
- If using a client to connect to your Azure Stack HCI cluster, see [Connect to the cluster remotely](./azure-arc-vm-management-prerequisites.md#connect-to-the-cluster-remotely).
0 commit comments