File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ The next step is to use Azure VM Image Builder and Azure PowerShell to create an
97
97
Install-Module -Name Az.ManagedServiceIdentity
98
98
99
99
# Create an identity
100
- New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName
100
+ New-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName -Location $location
101
101
102
102
$identityNameResourceId=$(Get-AzUserAssignedIdentity -ResourceGroupName $imageResourceGroup -Name $identityName).Id
103
103
$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
272
272
273
273
## Next steps
274
274
- [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)
You can’t perform that action at this time.
0 commit comments