Skip to content

Commit 431eb70

Browse files
author
RoseHJM
committed
test build 2
1 parent 822d033 commit 431eb70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ templatePath: Pulumi.yaml
112112
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
113113
::: zone-end
114114

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

117119
### Create a custom image
118120

@@ -337,7 +339,6 @@ if [ -z "$deploymentOutput" ]; then
337339
fi
338340
echo "{\"outputs\": $deploymentOutput}" > $ADE_OUTPUTS
339341
```
340-
341342
::: zone-end
342343

343344
::: zone pivot="terraform"
@@ -480,7 +481,10 @@ stackout=$(pulumi stack output --json | jq -r 'to_entries|.[]|{(.key): {type: "s
480481
echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
481482
```
482483
::: zone-end
484+
485+
::: zone pivot="arm-bicep,pulumi"
483486
---
487+
::: zone-end
484488

485489
## Build an image
486490

0 commit comments

Comments
 (0)