Skip to content

Commit 64922ae

Browse files
authored
Merge pull request #99874 from MicrosoftDocs/ManoharLakkoju-MSFT-patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#99786
2 parents 2d420aa + 24e0fd8 commit 64922ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-import-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ In the following example, *mysourceregistry* is in a different subscription from
225225
```azurecli
226226
az acr import \
227227
--name myregistry \
228-
--source samples/aci-helloworld:latest \
228+
--source aci-helloworld:latest \
229229
--image aci-hello-world:latest \
230230
--registry /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sourceResourceGroup/providers/Microsoft.ContainerRegistry/registries/mysourceregistry
231231
```

0 commit comments

Comments
 (0)