Skip to content

Commit 822d033

Browse files
author
RoseHJM
committed
test build
1 parent 9fd4e52 commit 822d033

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ The main steps you'll follow when using a container image are:
6565
- For a private registry, give the DevCenter ACR permissions.
6666
1. Add your image location to the `runner` parameter in your environment definition
6767
1. Deploy environments that use your custom image.
68-
69-
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.
7068

7169
::: zone pivot="arm-bicep,pulumi"
70+
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.
71+
7272
### [Use a sample container image](#tab/sample/)
7373
::: zone-end
7474

@@ -112,9 +112,7 @@ 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"
116115
### [Create a custom image](#tab/custom/)
117-
::: zone-end
118116

119117
### Create a custom image
120118

@@ -482,10 +480,7 @@ stackout=$(pulumi stack output --json | jq -r 'to_entries|.[]|{(.key): {type: "s
482480
echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
483481
```
484482
::: zone-end
485-
486-
::: zone pivot="arm-bicep,pulumi"
487483
---
488-
::: zone-end
489484

490485
## Build an image
491486

0 commit comments

Comments
 (0)