Skip to content

Commit c9d0f4e

Browse files
removed en-us
1 parent 8af886e commit c9d0f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/image-builder-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ az group create -n $sigResourceGroup -l $location
8888
```
8989

9090
## Create a user-assigned identity and set permissions on the resource group
91-
Image Builder will use the [user-identity]((https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm#user-assigned-managed-identity)) provided to inject the image into the Azure Shared Image Gallery (SIG). In this example, you will create an Azure role definition that has the granular actions to perform distributing the image to the SIG. The role definition will then be assigned to the user-identity.
91+
Image Builder will use the [user-identity]((https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-cli-windows-vm#user-assigned-managed-identity)) provided to inject the image into the Azure Shared Image Gallery (SIG). In this example, you will create an Azure role definition that has the granular actions to perform distributing the image to the SIG. The role definition will then be assigned to the user-identity.
9292

9393
```bash
9494
# create user assigned identity for image builder to access the storage account where the script is located

0 commit comments

Comments
 (0)