You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/configure-environment-definition.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,20 +88,21 @@ The service scans the repository to find new environment definitions. After you
88
88
89
89
### Specify an ARM or Bicep runner for a custom image
90
90
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 imageand execute deployments. You can store your container image in a container repository and directly reference it by providing the URI.
92
92
93
-
You can use the following links to access the sample core, ARM and Bicep templates in the Microsoft Artifact registry:
<!-- 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:
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
+
105
106
### Specify parameters for an environment definition
106
107
107
108
You can specify parameters for your environment definitions to allow developers to customize their environments.
0 commit comments