Skip to content

Commit e07daeb

Browse files
author
RoseHJM
committed
test build 3
1 parent 431eb70 commit e07daeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ The main steps you'll follow when using a container image are:
6666
1. Add your image location to the `runner` parameter in your environment definition
6767
1. Deploy environments that use your custom image.
6868

69-
::: zone pivot="arm-bicep,pulumi"
69+
7070
The first step in the process is to choose the type of image you want to use. Select the corresponding tab to see the process.
7171

7272
### [Use a sample container image](#tab/sample/)
73-
::: zone-end
7473

7574
::: zone pivot="arm-bicep"
7675
### Use a sample container image
@@ -93,6 +92,10 @@ You can see the sample Bicep container image in the ADE sample repository under
9392
For more information about how to create environment definitions that use the ADE container images to deploy your Azure resources, see [Add and configure an environment definition](configure-environment-definition.md).
9493
::: zone-end
9594
95+
::: zone pivot="terraform"
96+
Use a custom image to configure a Terraform image.
97+
::: zone-end
98+
9699
::: zone pivot="pulumi"
97100
### Use a sample container image provided by Pulumi
98101
@@ -112,9 +115,7 @@ templatePath: Pulumi.yaml
112115
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
113116
::: zone-end
114117

115-
::: zone pivot="arm-bicep,pulumi"
116118
### [Create a custom image](#tab/custom/)
117-
::: zone-end
118119

119120
### Create a custom image
120121

@@ -482,9 +483,8 @@ echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
482483
```
483484
::: zone-end
484485

485-
::: zone pivot="arm-bicep,pulumi"
486486
---
487-
::: zone-end
487+
488488

489489
## Build an image
490490

0 commit comments

Comments
 (0)