Skip to content

Commit df7aadb

Browse files
author
RoseHJM
committed
Updated private -> public
1 parent 83ba16b commit df7aadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/configure-environment-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The ADE extensibility model enables you to use your own custom container image.
9494

9595
When creating environment definitions that use a custom image in their deployment, the runner property provides a link to a container registry where this container image is stored.
9696

97-
The runner property specifies the location of the image you want top use. When you're using a Terraform image and storing it in a private registry, edit the runner property to specify the location that image, as shown in the following example:
97+
The runner property specifies the location of the image you want top use. When you're using a Terraform image and storing it in a public registry, edit the runner property to specify the location that image, as shown in the following example:
9898

9999
```yaml
100100
runner: "{YOUR_REGISTRY}.azurecr.io/{YOUR_REPOSITORY}:{YOUR_TAG}"

0 commit comments

Comments
 (0)