Skip to content

Commit 4c39d3e

Browse files
Merge pull request #288714 from RoseHJM/ade-ext-fix
ADE - Extensibility model fix
2 parents ccf441c + e07daeb commit 4c39d3e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ 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-
68+
69+
6970
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.
7071

7172
### [Use a sample container image](#tab/sample/)
@@ -91,6 +92,10 @@ You can see the sample Bicep container image in the ADE sample repository under
9192
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).
9293
::: zone-end
9394
95+
::: zone pivot="terraform"
96+
Use a custom image to configure a Terraform image.
97+
::: zone-end
98+
9499
::: zone pivot="pulumi"
95100
### Use a sample container image provided by Pulumi
96101
@@ -335,7 +340,6 @@ if [ -z "$deploymentOutput" ]; then
335340
fi
336341
echo "{\"outputs\": $deploymentOutput}" > $ADE_OUTPUTS
337342
```
338-
339343
::: zone-end
340344

341345
::: zone pivot="terraform"
@@ -478,8 +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+
481486
---
482487

488+
483489
## Build an image
484490

485491
You can build your image using the Docker CLI. Ensure the [Docker Engine is installed](https://docs.docker.com/desktop/) on your computer. Then, navigate to the directory of your Dockerfile, and run the following command:

0 commit comments

Comments
 (0)