Skip to content

Commit b730f59

Browse files
Removed ()
1 parent dbfd51d commit b730f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/image-builder-user-assigned-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ az group create -n $strResourceGroup -l $location
9191

9292
Create a user-assigned identity and set permissions on the resource group
9393

94-
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 resource group. In this example, you will create an Azure role definition that has the granular actions to perform distributing the image. The role definition will then be assigned to the user-identity.
94+
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 resource group. In this example, you will create an Azure role definition that has the granular actions to perform distributing the image. The role definition will then be assigned to the user-identity.
9595

9696
```console
9797
# create user assigned identity for image builder to access the storage account where the script is located

0 commit comments

Comments
 (0)