Skip to content

Commit 153d6a0

Browse files
authored
Merge pull request #105906 from adamstephensen/patch-1
Update how-to-customize-devbox-azure-image-builder.md
2 parents 95eac5c + 7d2db90 commit 153d6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-box/how-to-customize-devbox-azure-image-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The next step is to use Azure VM Image Builder and Azure PowerShell to create an
9797
Install-Module -Name Az.ManagedServiceIdentity
9898
9999
# Create an identity
100-
New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName
100+
New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName -Location $location
101101
102102
$identityNameResourceId=$(Get-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName).Id
103103
$identityNamePrincipalId=$(Get-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName).PrincipalId
@@ -272,4 +272,4 @@ Once the compute gallery images are available in the dev center. You can use the
272272

273273
## Next steps
274274
- [Create dev box definitions](./quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
275-
- [Configure an Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)
275+
- [Configure an Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)

0 commit comments

Comments
 (0)