Skip to content

Commit 83ba16b

Browse files
author
RoseHJM
committed
Removed MCR reference
1 parent 4777f53 commit 83ba16b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,16 @@ The service scans the repository to find new environment definitions. After you
9090

9191
### Specify a runner for a Terraform custom image
9292

93-
The ADE extensibility model enables you to use your own custom container image. The ADE team provides a sample Terraform template accessible through the Microsoft Artifact Registry (also known as the Microsoft Container Registry) to help you get started. You can also create and store custom images in other registries.
94-
95-
You can use the following links to access the Terraform template in the Microsoft Artifact registry:
96-
- [Microsoft Artifact Registry - Terraform](https://mcr.microsoft.com/en-us/product/deployment-environments/runners/terraform)
97-
98-
<!-- For more information how to build and utilize custom images within environment definitions, see [Custom image support in Azure Deployment Environments](how-to-configure-custom-runner.md). -->
93+
The ADE extensibility model enables you to use your own custom container image. You can create and store custom Terraform images in public registries.
9994

10095
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.
10196

102-
You can edit the runner property to specify that you're using the Terraform image from the Microsoft Artifact Registry, as shown in the following example:
103-
104-
```yaml
105-
runner: Terraform
106-
```
107-
108-
If you created your own Terraform image and are storing it in a different registry, you can 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 private registry, edit the runner property to specify the location that image, as shown in the following example:
10998

11099
```yaml
111100
runner: "{YOUR_REGISTRY}.azurecr.io/{YOUR_REPOSITORY}:{YOUR_TAG}"
112101
```
113102

114-
115103
### Specify parameters for an environment definition
116104

117105
You can specify parameters for your environment definitions to allow developers to customize their environments.

0 commit comments

Comments
 (0)