Skip to content

Commit cba5339

Browse files
authored
Update articles/deployment-environments/how-to-configure-extensibility-pulumi-container-image.md
1 parent ec0a3bd commit cba5339

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
@@ -194,7 +194,7 @@ You can use Pulumi to create an Azure Container Registry and publish your image
194194
195195
#### Create an Azure Container Registry and publish your image manually via CLI
196196
197-
In order to use custom images, you need to store them in a registry like Azure Container Registry (ACR). You can configure your registry to allow public access, or secure it to allow private access.
197+
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.
198198
199199
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.
200200

0 commit comments

Comments
 (0)