Skip to content

Commit f3a1403

Browse files
authored
Update image-builder-powershell.md
1 parent fe3324a commit f3a1403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/image-builder-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Grant Azure image builder permissions to create images in the specified resource
104104
1. Create a user identity.
105105

106106
```azurepowershell-interactive
107-
New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName
107+
New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName -Location $location
108108
```
109109

110110
1. Store the identity resource and principal IDs in variables.

0 commit comments

Comments
 (0)