Skip to content

Commit 9fd4e52

Browse files
author
RoseHJM
committed
ADE - Extensibility model fix
1 parent b35b995 commit 9fd4e52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ The main steps you'll follow when using a container image are:
6868

6969
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.
7070

71+
::: zone pivot="arm-bicep,pulumi"
7172
### [Use a sample container image](#tab/sample/)
73+
::: zone-end
7274

7375
::: zone pivot="arm-bicep"
7476
### Use a sample container image
@@ -110,7 +112,9 @@ templatePath: Pulumi.yaml
110112
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
111113
::: zone-end
112114

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

115119
### Create a custom image
116120

@@ -478,7 +482,10 @@ stackout=$(pulumi stack output --json | jq -r 'to_entries|.[]|{(.key): {type: "s
478482
echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
479483
```
480484
::: zone-end
485+
486+
::: zone pivot="arm-bicep,pulumi"
481487
---
488+
::: zone-end
482489

483490
## Build an image
484491

0 commit comments

Comments
 (0)