Skip to content

Commit 9887196

Browse files
author
RoseHJM
committed
Flow changes
1 parent 9fcc8b9 commit 9887196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ An [environment definition](configure-environment-definition.md) comprises at le
4040
::: zone-end
4141

4242
::: zone pivot="pulumi"
43-
An [environment definition](configure-environment-definition.md) comprises at least two files: a Pulumi project file, Pulumi.yaml, and a manifest file named environment.yaml. It might also contain a user program written in your preferred programming language: C#, TypeScript, Python, etc. ADE uses containers to deploy environment definitions.
43+
An [environment definition](configure-environment-definition.md) comprises at least two files: a Pulumi project file, *Pulumi.yaml*, and a manifest file named *environment.yaml*. It might also contain a user program written in your preferred programming language: C#, TypeScript, Python, etc. ADE uses containers to deploy environment definitions.
4444
::: zone-end
4545

4646
## Prerequisites
@@ -52,8 +52,8 @@ An [environment definition](configure-environment-definition.md) comprises at le
5252
## Use container images with ADE
5353

5454
You can take one of the following approaches to use container images with ADE:
55-
- **Use a sample container image:** For simple scenarios, use the sample ARM-Bicep container image provided by ADE.
56-
- **Create a custom container image:** For more complex scenarios, create a custom container image that meets your specific requirements.
55+
- **[Use a sample container image](#use-a-sample-container-image)** For simple scenarios, use the sample ARM-Bicep container image provided by ADE.
56+
- **[Create a custom container image:](#create-a-custom-container-image)** For more complex scenarios, create a custom container image that meets your specific requirements.
5757

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

@@ -83,7 +83,7 @@ For more information about how to create environment definitions that use the AD
8383
8484
The Pulumi team provides a prebuilt image to get you started, which you can see in the [Runner-Image](https://github.com/pulumi/azure-deployment-environments/tree/main/Runner-Image) folder. This image is publicly available at Pulumi's Docker Hub as [`pulumi/azure-deployment-environments`](https://hub.docker.com/repository/docker/pulumi/azure-deployment-environments), so you can use it directly from your ADE environment definitions.
8585

86-
Here's a sample ```environment.yaml``` file that utilizes the prebuilt image:
86+
Here's a sample *environment.yaml* file that utilizes the prebuilt image:
8787

8888
```yaml
8989
name: SampleDefinition

0 commit comments

Comments
 (0)