Skip to content

Commit d7c8f40

Browse files
author
RoseHJM
committed
Added Varsha's Terraform info
1 parent 816b930 commit d7c8f40

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-deployment-environments
66
ms.custom: devx-track-azurecli, devx-track-bicep
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 09/24/2024
9+
ms.date: 09/25/2024
1010
ms.topic: how-to
1111
zone_pivot_groups: ade-extensibility-iac-framework
1212

@@ -99,11 +99,19 @@ You can find a few sample environment definitions in the [Environments folder](h
9999

100100
## Create a custom container image
101101

102-
Creating a custom container image allows you to customize your deployments to fit your requirements. You can create custom images based on the ADE sample container images.
102+
Creating a custom container image allows you to customize your deployments to fit your requirements. You can create custom images based on the ADE sample images.
103103

104-
After you complete the image customization, you must build the image and push it to your container registry.
104+
After you complete the image customization, you must build the image and push it to your container registry.
105105

106-
The ADE CLI is a tool that allows you to build custom images by using ADE base images. You can use the ADE CLI to customize your deployments and deletions to fit your workflow. The ADE CLI is preinstalled on the sample images. To learn more about the ADE CLI, see the [CLI Custom Runner Image reference](https://aka.ms/deployment-environments/ade-cli-reference).
106+
::: zone pivot="arm-bicep"
107+
You can build and push the image manually, or use a script provided by Microsoft to automate the process.
108+
::: zone-end
109+
110+
::: zone pivot="terraform"
111+
Alternatively, you can fork the repo [Leveraging ADE's Extensibility Model With Terraform](https://github.com/Azure/ade-extensibility-model-terraform) to build and push the Terraform image to a provided ACR.
112+
::: zone-end
113+
114+
You build custom images by using the ADE sample images as a base with ADE CLI, which is preinstalled on the sample images. To learn more about the ADE CLI, see the [CLI Custom Runner Image reference](https://aka.ms/deployment-environments/ade-cli-reference).
107115

108116
In this example, you learn how to build a Docker image to utilize ADE deployments and access the ADE CLI, basing your image off of one of the ADE authored images.
109117

0 commit comments

Comments
 (0)