We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3324a commit f3a1403Copy full SHA for f3a1403
articles/virtual-machines/windows/image-builder-powershell.md
@@ -104,7 +104,7 @@ Grant Azure image builder permissions to create images in the specified resource
104
1. Create a user identity.
105
106
```azurepowershell-interactive
107
- New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName
+ New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName -Location $location
108
```
109
110
1. Store the identity resource and principal IDs in variables.
0 commit comments