Skip to content

Commit c64f881

Browse files
author
RoseHJM
committed
Test build 03
1 parent e5d7b49 commit c64f881

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ After you complete the image customization, you can build the image and push it
120120

121121
You can take one of the following approaches to use container images with ADE:
122122
- **Create a custom container image by using a script:** Use the published script to create a Terraform specific image.
123-
- **Create a container image leveraging a GitHub workflow:** Use the published GitHub workflow from the Leveraging ADE's Extensibility Model With Terraform repository.
123+
- **Create a custom container image leveraging a GitHub workflow:** Use the published GitHub workflow from the Leveraging ADE's Extensibility Model With Terraform repository.
124124
- **Create a custom container image manually:** Create a customized Terraform specific image manually
125125

126126
## Create a custom container image
127127

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

130-
## Create a container image using a script
130+
## Create a custom container image by 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

@@ -151,9 +151,9 @@ Additionally, if you would like to push to a specific repository and tag name, y
151151

152152
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).
153153

154-
### [Create a container image using a GitHub workflow](#tab/github-workflow/)
154+
### [Create an image using a GitHub workflow](#tab/github-workflow/)
155155

156-
## Create a container image by by using a GitHub workflow
156+
## Create a custom container image by using a GitHub workflow
157157

158158
To start with, you can use the published GitHub workflow from the Leveraging ADE's Extensibility Model With Terraform repository.
159159

@@ -168,10 +168,9 @@ 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 an image using a script](#tab/terraform-manual/)
171172

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

176175
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.
177176

0 commit comments

Comments
 (0)