Skip to content

Commit 1657de4

Browse files
Update articles/deployment-environments/how-to-configure-extensibility-generic-container-image.md
Co-authored-by: Max Horstmann <[email protected]>
1 parent 0a4e5d0 commit 1657de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/how-to-configure-extensibility-generic-container-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ docker build . -t {YOUR_REGISTRY}.azurecr.io/customImage:1.0.0
134134

135135
### Push the image to a registry
136136

137-
In order to use custom images, you need to store them in a registry like Azure Container Registry (ACR) or Docker Hub.
137+
In order to use custom images, you need to store them in a container registry. Azure Container Instances (ACR) is highly recommended for that. Due to its tight integration with ADE, the image can be published without allowing public anonymous pull access.
138138

139-
To use a custom image stored in a public registry, you need to enable anonymous image pull. This way, Azure Deployment Environments can access your custom image to execute in our container.
139+
It's also possible to store the image in a different container registry such as Docker Hub, but in that case it needs to be publicly accessible.
140140

141141
> [!Caution]
142142
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.

0 commit comments

Comments
 (0)