Skip to content

Commit b4dcaa8

Browse files
author
RoseHJM
committed
Test build 05
1 parent 7d75c22 commit b4dcaa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/deployment-environments/concept-extensibility-model.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ For instructions, see: [Create a custom container image manually](https://aka.ms
5050

5151
**Create a custom image using a script**
5252

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.
5454

5555
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/terraform-custom-script).
5656

5757
**Create a custom image using a GitHub workflow**
5858

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.
6060

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).
6262

6363
**Create a Terraform specific container image manually**
6464

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.
6666

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).
6868

6969
### Pulumi
7070

0 commit comments

Comments
 (0)