Skip to content

Commit 1163088

Browse files
Update shared-image-galleries.md
update VHD role required.
1 parent 817d8b9 commit 1163088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/shared-image-galleries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ There are three main ways to share images an Azure Compute Gallery, depending on
139139
| RBAC + [Direct shared gallery](./share-gallery-direct.md) | Yes | Yes | Yes | Yes | No |
140140
| RBAC + [Community gallery](./share-gallery-community.md) | Yes | Yes | Yes | No | Yes |
141141

142-
## What RBAC Permissions are required to create an ACG Image:
142+
## RBAC Permissions required to create an ACG Image:
143143
ACG images can be created by users from various sources, including virtual machines, disks/snapshots, and VHDs. The section outlines the various user permissions necessary for creating an Azure Compute Gallery image. Identifies without the necessary permissions will not be able to create ACG images.
144144

145145
### [VM as source](#tab/vmsource)
@@ -148,7 +148,7 @@ ACG images can be created by users from various sources, including virtual machi
148148
### [Disk/Snapshot as Source](#tab/disksnapsource)
149149
- Users will require write permission (contributor) on the source disk/snapshot to create an ACG Image version.
150150
### [VHD as Source](#tab/vhdsource)
151-
- Users will require Microsoft.Storage/storageAccounts/listKeys/action, Microsoft.Storage/storageAccounts/write permission (contributor role) on the storage account.
151+
- Users will require Microsoft.Storage/storageAccounts/listKeys/action (or) Storage Account Contributor on the storage account.
152152
- For SDK, use the property [properties.storageProfile.osDiskImage.source.storageAccountId](/rest/api/compute/gallery-image-versions/create-or-update), This property requires minimum api-version 2022-03-03.
153153
### [Managed Image and Gallery Image Version as Source](#tab/managedgallerysource)
154154
- Users will require read permission on the Managed Image/Gallery Image.

0 commit comments

Comments
 (0)