Skip to content

Commit aa5fd4a

Browse files
edits
1 parent 5e608a9 commit aa5fd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Image import into an Azure container registry has the following benefits over us
2727

2828
* If you import multi-architecture images (such as official Docker images), images for all architectures and platforms specified in the manifest list get copied.
2929

30-
* If you access to the target registry, it doesn't have to use the registry's public endpoint.
30+
* If you have access to the target registry, you don't require the registry's public endpoint.
3131

3232
> [!IMPORTANT]
3333
>* Importing images requires the external registry support [RFC 7233](https://www.rfc-editor.org/rfc/rfc7233#section-2.3). We recommend using a registry that supports RFC 7233 ranges while using az acr import command with the registry URI to avoid failures.
@@ -300,7 +300,7 @@ Import-AzContainerRegistryImage -RegistryName myregistry -ResourceGroupName myRe
300300

301301
### Cross-tenant import with access token
302302

303-
* Cross tenant for image transfer is possible even if the source registry has public access disabled. However, you need to use the resource ID of the source registry for authentication purposes. you cannot use both resource ID and login server together for cross-tenant transfers. The only way to achieve this is by specifying the IP range of the ACR service tag in the source registry's firewall.
303+
* Cross tenant for image transfer is possible even if the source registry has public access disabled. However, you need to use the resource ID of the source registry for authentication purposes. You cannot use both resource ID and login server together for cross-tenant transfers. The only way to achieve using both resource ID and login server together is by specifying the IP range of the ACR service tag in the source registry's firewall.
304304

305305
* Cross-tenant doesn't work across the clouds. Cross-tenant import over private endpoints is also not supported.
306306

0 commit comments

Comments
 (0)