Skip to content

Commit 0bab70a

Browse files
author
RoseHJM
committed
Sample and Custom tabs
1 parent 3155dd2 commit 0bab70a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ You can take one of the following approaches to use container images with ADE:
5757

5858
Regardless of which approach you choose, you must specify the container image in your environment definition to deploy your Azure resources.
5959

60+
### [Use a sample container image](#tab/sample/)
61+
6062
::: zone pivot="arm-bicep"
6163
## Use a sample container image
6264

@@ -97,7 +99,9 @@ templatePath: Pulumi.yaml
9799
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
98100
::: zone-end
99101

100-
## Create a custom container image
102+
### [Use a custom container image](#tab/custom/)
103+
104+
## Use a custom container image
101105

102106
Creating a custom container image allows you to customize your deployments to fit your requirements. You can create custom images based on the ADE sample images.
103107

@@ -464,6 +468,7 @@ stackout=$(pulumi stack output --json | jq -r 'to_entries|.[]|{(.key): {type: "s
464468
echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
465469
```
466470
::: zone-end
471+
---
467472

468473
## Build a custom image
469474

0 commit comments

Comments
 (0)