Skip to content

Commit 05cfe98

Browse files
author
RoseHJM
committed
Updated Specify a container image section.
1 parent 7dcdcaf commit 05cfe98

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,21 @@ The service scans the repository to find new environment definitions. After you
8888

8989
### Specify an ARM or Bicep runner for a custom image
9090

91-
The ADE extensibility model enables you to use your own custom container image. The ADE team provides sample ARM and Bicep templates 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.
91+
The ADE extensibility model enables you to reference your own container image and execute deployments. You can store your container image in a container repository and directly reference it by providing the URI.
9292

93-
You can use the following links to access the sample core, ARM and Bicep templates in the Microsoft Artifact registry:
94-
- [Microsoft Artifact Registry - Core](https://mcr.microsoft.com/en-us/product/deployment-environments/runners/core)
95-
- [Microsoft Artifact Registry - ARM/Bicep](https://mcr.microsoft.com/en-us/product/deployment-environments/runners/arm)
96-
97-
<!-- 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). -->
98-
99-
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. You can edit the runner property to specify the location of your custom image, as shown in the following example:
93+
The following example shows how to reference a custom image in an environment definition:
10094

10195
```yaml
10296
runner: "{YOUR_REGISTRY}.azurecr.io/{YOUR_REPOSITORY}:{YOUR_TAG}"
10397
```
10498

99+
The ADE team provides sample ARM and Bicep templates accessible through the Microsoft Artifact registry (also known as the Microsoft Container Registry) to help you get started. When you perform deployments by using ARM or Bicep, you can use the standard image that is published on [Microsoft Artifact Registry](https://mcr.microsoft.com/) (previously known as the Microsoft Container Registry).
100+
101+
To use the sample image published on the Microsoft Artifact Registry, use the respective identifiers `runner: ARM` for ARM and `runner:Bicep` for Bicep deployments.
102+
103+
For more information how to build and utilize ARM or Bicep container images within environment definitions, see [Configure container image to execute deployments with ARM and Bicep](https://aka.ms/deployment-environments/container-image-bicep).
104+
105+
105106
### Specify parameters for an environment definition
106107

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

0 commit comments

Comments
 (0)