Skip to content

Commit 7d75c22

Browse files
author
RoseHJM
committed
Test build 04
1 parent c64f881 commit 7d75c22

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: azure-deployment-environments
77
ms.topic: concept-article
8-
ms.date: 10/17/2024
8+
ms.date: 01/17/2025
99

1010
# Customer intent: As a platform engineer, I want to know how to use custom container images to create deployment environments.
1111

@@ -18,7 +18,7 @@ The following diagram shows the full workflow for ADE. The catalog stores IaC te
1818

1919
:::image type="content" source="media/concept-extensibility-model/deployment-environments-overview.svg" alt-text="Diagram showing Azure Deployment Environments components.":::
2020

21-
The extensibility model enables platform engineers to define the app infrastructure using their preferred IaC framework including Azure Resource Manager (ARM), Bicep, Terraform, and Pulumi. Platform engineers create and customize container images for different scenarios. They push these images to a container registry and reference them in the environment definitions metadata file. This ensures that whenever a deployment is made, the deployment execution happens based on how the container image is configured. The following diagram shows the relationship between the custom images stored in a container registry, and the environment definition within the catalog.
21+
The extensibility model enables platform engineers to define the app infrastructure using their preferred IaC framework including Azure Resource Manager (ARM), Bicep, Terraform, and Pulumi. Platform engineers create and customize container images for different scenarios. They push these images to a container registry and reference them in the environment definition's metadata file. This ensures that whenever a deployment is made, the deployment execution happens based on how the container image is configured. The following diagram shows the relationship between the custom images stored in a container registry, and the environment definition within the catalog.
2222

2323
:::image type="content" source="media/concept-extensibility-model/extensibility-model-detail.svg" alt-text="Diagram showing Azure Deployment Environments extensibility model components.":::
2424

@@ -52,13 +52,13 @@ For instructions, see: [Create a custom container image manually](https://aka.ms
5252

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

55-
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/arm-bicep-custom-script).
55+
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 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.
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.
6060

61-
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/arm-bicep-custom-script).
61+
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/terraform-workflow).
6262

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-deployment-environments
66
ms.custom: devx-track-azurecli, devx-track-bicep
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 01/10/2025
9+
ms.date: 01/17/2025
1010
ms.topic: how-to
1111
zone_pivot_groups: ade-extensibility-iac-framework
1212

@@ -168,7 +168,7 @@ 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/)
171+
### [Create an image manually](#tab/terraform-manual/)
172172

173173
## Create a custom container image manually
174174

0 commit comments

Comments
 (0)