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/concept-extensibility-model.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,21 +50,21 @@ For instructions, see: [Create a custom container image manually](https://aka.ms
50
50
51
51
**Create a custom image using a script**
52
52
53
-
To make the process of building a custom image and pushing it to a container registry easier, Microsoft provides a script that builds and pushes the image to a registry that you specify.
53
+
To make the process of building a Terraform specific image and pushing it to a container registry easier, Microsoft provides a script that builds and pushes the image to a registry that you specify.
54
54
55
55
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/terraform-custom-script).
56
56
57
57
**Create a custom image using a GitHub workflow**
58
58
59
-
To make the process of building a Terraform-based image and pushing it to a container registry easier, you can use a published workflow that builds and pushes the image to a registry that you specify.
59
+
To make the process of building a Terraform specific image and pushing it to a container registry easier, you can use a published workflow that builds and pushes the image to a registry that you specify.
60
60
61
-
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/terraform-workflow).
61
+
For instructions, see: [Create a custom container image by using a GitHub workflow](https://aka.ms/ade/terraform-workflow).
62
62
63
63
**Create a Terraform specific container image manually**
64
64
65
-
You can use a GitHub workflow to create a custom Terraform image that includes the software, settings, and other customizations you need for your Terraform specific image. You can then upload the new image to a container registry and use it by referencing it in the environment.yaml file.
65
+
You can use a GitHub workflow to create a Terraform specific image that includes the software, settings, and other customizations you need for your Terraform specific image. You can then upload the new image to a container registry and use it by referencing it in the environment.yaml file.
66
66
67
-
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/ade/terraform-workflow-custom-manual).
67
+
For instructions, see: [Create a custom container image manually](https://aka.ms/ade/terraform-workflow-custom-manual).
0 commit comments