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/how-to-configure-extensibility-model-custom-image.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,14 +120,14 @@ After you complete the image customization, you can build the image and push it
120
120
121
121
You can take one of the following approaches to use container images with ADE:
122
122
-**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.
124
124
-**Create a custom container image manually:** Create a customized Terraform specific image manually
125
125
126
126
## Create a custom container image
127
127
128
-
### [Create a container image using a script](#tab/terraform-script/)
128
+
### [Create an image using a script](#tab/terraform-script/)
129
129
130
-
## Create a container image using a script
130
+
## Create a custom container image by using a script
131
131
132
132
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.
133
133
@@ -151,9 +151,9 @@ Additionally, if you would like to push to a specific repository and tag name, y
151
151
152
152
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).
153
153
154
-
### [Create a container image using a GitHub workflow](#tab/github-workflow/)
154
+
### [Create an image using a GitHub workflow](#tab/github-workflow/)
155
155
156
-
## Create a container image by by using a GitHub workflow
156
+
## Create a custom container image by using a GitHub workflow
157
157
158
158
To start with, you can use the published GitHub workflow from the Leveraging ADE's Extensibility Model With Terraform repository.
159
159
@@ -168,10 +168,9 @@ Run the workflow by navigating to the Actions tab in your forked repository and
168
168
169
169
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).
170
170
171
+
### [Create an image using a script](#tab/terraform-manual/)
171
172
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
175
174
176
175
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.
0 commit comments