Skip to content

Commit f77f008

Browse files
committed
Minor fixes
1 parent 695e5f6 commit f77f008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In order to use custom images, you need to store them in a container registry. A
199199
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.
200200
201201
> [!Caution]
202-
> Enabling anonymous (unauthenticated) pull access makes all registry content publicly available for read (pull) actions.
202+
> Storing your container image in a registry with anonymous (unauthenticated) pull access makes it publicly accessible. Don't do that if your image contains any sensitive information. Instead, store it in Azure Container Registry (ACR) with anonymous pull access disabled.
203203
204204
To use a custom image stored in the ACR, you need to ensure that ADE has appropriate permissions to access your image. When you create an ACR instance, it's secure by default and only allows authenticated users to gain access. With this configuration, you don't have to enable anonymous pull access.
205205

0 commit comments

Comments
 (0)