Skip to content

Commit 381d579

Browse files
Merge pull request #292988 from RoseHJM/ade-extensibility-post-publish
ADE - extensibility post publish
2 parents 73540dc + bc577ad commit 381d579

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,41 +32,41 @@ You can choose from multiple options for creating and building custom images, de
3232

3333
For first party frameworks - ARM and Bicep - ADE provides standard images that customers can take advantage of and can just use identifiers ARM or Bicep to configure the respective IaC template as an environment definition. For ARM or Bicep deployments, you can use the standard image by referencing it in the environment.yaml file and defining resources in the template file (*azuredeploy.json*, *main.bicep*).
3434

35-
For instructions, see: [Use a standard container image](https://aka.ms/arm-bicep-standard).
35+
For instructions, see: [Use a standard container image](https://aka.ms/ade/arm-bicep-standard).
3636

3737
**Create a custom image using a script**
3838

3939
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.
4040

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

4343
**Create a custom image manually**
4444

4545
For more complex scenarios, start with the standard image and customize it by installing software packages and adjusting settings. Build the image and upload it to a container registry where ADE can access it. Specify the image's location in the environment.yaml file.
4646

47-
For instructions, see: [Create a custom container image manually](https://aka.ms/arm-bicep-custom-manual).
47+
For instructions, see: [Create a custom container image manually](https://aka.ms/ade/arm-bicep-custom-manual).
4848

4949
### Terraform
5050

5151
**Create a Terraform specific container image manually**
5252

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

55-
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/terraform-workflow-custom-manual).
55+
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/ade/terraform-workflow-custom-manual).
5656

5757
### Pulumi
5858

5959
**Use a standard image**
6060

6161
The Pulumi team provides a prebuilt image to get you started, which you can use directly from your ADE environment definitions. For Pulumi images, you can use the standard image by referencing it in the environment.yaml file and defining the resources to deploy in the project file (*pulumi.yaml*).
6262

63-
For instructions, see: [Use a standard container image provided by Pulumi](https://aka.ms/pulumi-standard).
63+
For instructions, see: [Use a standard container image provided by Pulumi](https://aka.ms/ade/pulumi-standard).
6464

6565
**Create a custom image manually**
6666

6767
For more complex scenarios, start with the standard image and customize it by installing software packages and adjusting settings. Build the image and upload it to a container registry where ADE can access it. Specify the image's location in the environment.yaml file.
6868

69-
For instructions, see: [Create a custom image](https://aka.ms/pulumi-custom-manual).
69+
For instructions, see: [Create a custom image](https://aka.ms/ade/pulumi-custom-manual).
7070

7171
## Related content
7272

articles/deployment-environments/index.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,14 @@ landingContent:
6060
linkLists:
6161
- linkListType: how-to-guide
6262
links:
63-
- text: Configure container image to execute deployments
64-
url: how-to-configure-extensibility-model-custom-image.md
63+
- text: What is the ADE Extensibility Model?
64+
url: concept-extensibility-model.md
65+
- text: Create an ARM or Bicep custom image
66+
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=sample%2Cprivate-registry&pivots=arm-bicep
67+
- text: Create a Terraform custom image
68+
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=custom-script%2Cprivate-registry&pivots=terraform
69+
- text: Create a Pulumi custom image
70+
url: /azure/deployment-environments/how-to-configure-extensibility-model-custom-image?tabs=sample%2Cprivate-registry&pivots=pulumi
6571
- text: Troubleshoot custom image errors and warnings
6672
url: troubleshoot-custom-image-logs-errors.md
6773

0 commit comments

Comments
 (0)