Skip to content

Commit c5219ff

Browse files
committed
fix image tag instruction lines
1 parent 5bd35c6 commit c5219ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/managed-identity-image-pull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Create your container app with your image from the private registry authenticate
437437

438438
# [Azure CLI](#tab/azure-cli)
439439

440-
Copy the identity's resource ID to paste into the *\<IDENTITY_ID\>* placeholders in the command below. If your image tag isn't `latest`, replace 'latest' with it.
440+
Copy the identity's resource ID to paste into the *\<IDENTITY_ID\>* placeholders in the command below. If your image tag isn't `latest`, replace 'latest' with your tag.
441441

442442
```azurecli
443443
echo $IDENTITY_ID
@@ -559,7 +559,7 @@ New-AzContainerApp @AppArgs
559559

560560
Update the container app with the image from your private container registry and add a system-assigned identity to authenticate the Azure Container Registry pull. You can also include other settings necessary for your container app, such as ingress, scale and Dapr settings.
561561

562-
If your image tag isn't `latest`, replace 'latest' with it.
562+
If your image tag isn't `latest`, replace 'latest' with your tag.
563563

564564

565565
# [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)