Skip to content

Commit e5d7b49

Browse files
author
RoseHJM
committed
Test build 02
1 parent 812a053 commit e5d7b49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can take one of the following approaches to use container images with ADE:
127127

128128
### [Create a container image using a script](#tab/terraform-script/)
129129

130-
### Create a container image using a script
130+
## Create a container image using a script
131131

132132
Creating a custom container image allows you to customize your deployments to fit your requirements. You can build an image based on the ADE standard image and push it to your container registry by using a quick start script provided by Microsoft. You can find the script in the [Deployment Environments with Terraform repo](https://aka.ms/ade/terraform-repo-script). To use the quick start script, fork the repo and then run the script locally.
133133

@@ -168,7 +168,10 @@ Run the workflow by navigating to the Actions tab in your forked repository and
168168

169169
To use the image in your environment deployments, you need to add the location of the image to your manifest file [Connect the image to your environment definition](#connect-the-image-to-your-environment-definition) and you might need to configure permissions for the ACR to [make the custom image available to ADE](#make-the-custom-image-available-to-ade).
170170

171-
### Create a container image manually
171+
172+
### [Create a container image using a script](#tab/terraform-manual/)
173+
174+
## Create a container image manually
172175

173176
Creating a custom container image allows you to customize your deployments to fit your requirements. You can create custom images based on the ADE standard images.
174177

0 commit comments

Comments
 (0)