Skip to content

Commit 687a018

Browse files
committed
Typo
1 parent 00131b2 commit 687a018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ docker build . -t {YOUR_REGISTRY}.azurecr.io/customImage:1.0.0
180180

181181
## Push the Docker image to a registry
182182

183-
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.
183+
In order to use custom images, you need to store them in a container registry. Azure Container Registry (ACR) is highly recommended for that. Due to its tight integration with ADE, the image can be published without allowing public anonymous pull access.
184184

185185
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.
186186

0 commit comments

Comments
 (0)