You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ An [environment definition](configure-environment-definition.md) comprises at le
40
40
::: zone-end
41
41
42
42
::: 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.
44
44
::: zone-end
45
45
46
46
## Prerequisites
@@ -52,8 +52,8 @@ An [environment definition](configure-environment-definition.md) comprises at le
52
52
## Use container images with ADE
53
53
54
54
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.
57
57
58
58
Regardless of which approach you choose, you must specify the container image in your environment definition to deploy your Azure resources.
59
59
@@ -83,7 +83,7 @@ For more information about how to create environment definitions that use the AD
83
83
84
84
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.
85
85
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:
0 commit comments