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: articles/virtual-machines/shared-image-galleries.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,12 +144,12 @@ ACG images can be created by users from various sources, including virtual machi
144
144
145
145
### [VM as source](#tab/vmsource)
146
146
- Users will require write permission on the Virtual Machine to create an ACG Image version.
147
-
- For Azure SDK, use the property [properties.storageProfile.source.virtualMachineId](https://learn.microsoft.com/rest/api/compute/gallery-image-versions/create-or-update), This property requires API version 2023-07-03 or [Version 1.4.0](https://www.nuget.org/packages/Azure.ResourceManager.Compute) (or higher) of .NET SDK
147
+
- For Azure SDK, use the property [properties.storageProfile.source.virtualMachineId](rest/api/compute/gallery-image-versions/create-or-update), This property requires API version 2023-07-03 or [Version 1.4.0](https://www.nuget.org/packages/Azure.ResourceManager.Compute) (or higher) of .NET SDK
148
148
### [Disk/Snapshot as Source](#tab/disksnapsource)
149
149
- Users will require write permission (contributor) on the source disk/snapshot to create an ACG Image version.
150
150
### [VHD as Source](#tab/vhdsource)
151
151
- Users will require Microsoft.Storage/storageAccounts/listKeys/action, Microsoft.Storage/storageAccounts/write permission (contributor role) on the storage account.
152
-
- For SDK, use the property [properties.storageProfile.osDiskImage.source.storageAccountId](https://learn.microsoft.com/rest/api/compute/gallery-image-versions/create-or-update?#gallerydiskimagesource), This property requires minimum api-version 2022-03-03.
152
+
- 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.
153
153
### [Managed Image and Gallery Image Version as Source](#tab/managedgallerysource)
154
154
- Users will require read permission on the Managed Image/Gallery Image.
155
155
@@ -158,10 +158,11 @@ ACG images can be created by users from various sources, including virtual machi
158
158
| Virtual machine | Write |
159
159
| Disk/snapshot | Write |
160
160
| VHD | Write (listKeys) |
161
-
|Managed Image |Read|
162
-
|Gallery Image |Read|
161
+
|Managed Image |Read|
162
+
|Gallery Image |Read|
163
163
164
-
Refer to our documentation for additional information regarding [Azure built-in roles](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles), for [granting RBAC permissions](https://learn.microsoft.com/azure/role-based-access-control/quickstart-assign-role-user-portal)
164
+
Refer to our documentation for additional information regarding [Azure built-in roles](../role-based-access-control/built-in-roles.md), for [granting RBAC permissions](../role-based-access-control/quickstart-assign-role-user-portal.md)
0 commit comments