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
@@ -99,11 +99,19 @@ You can find a few sample environment definitions in the [Environments folder](h
99
99
100
100
## Create a custom container image
101
101
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.
103
103
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.
105
105
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).
107
115
108
116
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.
0 commit comments