Skip to content

Commit 6df7a95

Browse files
author
Manika Dhiman
committed
tweaks
1 parent aa578b1 commit 6df7a95

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

azure-stack/hci/manage/assign-vm-rbac-roles.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 02/13/2024
9+
ms.date: 07/19/2024
1010
---
1111

1212
# 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
3131
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:
3232

3333

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 |
3939

4040

4141
## Prerequisites
4242

4343
Before you begin, make sure to complete the following prerequisites:
4444

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).
4846

4947
1. Make sure that you have access to Azure subscription as an Owner or User Access Administrator to assign roles to others.
5048

azure-stack/hci/manage/azure-arc-vm-management-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you're accessing the Azure Stack HCI system remotely, the following requireme
5959

6060
- 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).
6161

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:
6363

6464
```PowerShell
6565
az extension add --name "stack-hci-vm"

azure-stack/hci/manage/create-storage-path.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 07/10/2024
9+
ms.date: 07/19/2024
1010
---
1111

1212
# 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
2828

2929
Before you begin, make sure to complete the following prerequisites:
3030

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).
3432

3533
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.
3634

37-
3835
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).
3936

4037

azure-stack/hci/manage/virtual-machine-image-azure-marketplace.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Before you begin, make sure that the following prerequisites are completed.
2424

2525
# [Azure CLI](#tab/azurecli)
2626

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).
2830

2931
# [Azure portal](#tab/azureportal)
3032

0 commit comments

Comments
 (0)