Skip to content

Commit 168ec35

Browse files
committed
Minor fix.
1 parent 537a925 commit 168ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/tutorial-code-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ $IdentityId = $Identity.Id
254254
$PrincipalId = (Get-AzUserAssignedIdentity -Name $IdentityName -ResourceGroupName $ResourceGroup).PrincipalId
255255
```
256256

257-
Get the registry's resource ID. Before you run the following command, replace the *\<placeholders\>* with the resource group name for your registry.
257+
1. Get the registry's resource ID. Before you run the following command, replace the *\<placeholders\>* with the resource group name for your registry.
258258

259259
```azurepowershell
260260
$RegistryId = (Get-AzContainerRegistry -ResourceGroupName $ResourceGroup -Name $ACRName).Id

0 commit comments

Comments
 (0)