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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,10 @@ The main steps you'll follow when using a container image are:
66
66
1. Add your image location to the `runner` parameter in your environment definition
67
67
1. Deploy environments that use your custom image.
68
68
69
-
::: zone pivot="arm-bicep,pulumi"
69
+
70
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
71
72
72
### [Use a sample container image](#tab/sample/)
73
-
::: zone-end
74
73
75
74
::: zone pivot="arm-bicep"
76
75
### Use a sample container image
@@ -93,6 +92,10 @@ You can see the sample Bicep container image in the ADE sample repository under
93
92
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).
94
93
::: zone-end
95
94
95
+
::: zone pivot="terraform"
96
+
Use a custom image to configure a Terraform image.
97
+
::: zone-end
98
+
96
99
::: zone pivot="pulumi"
97
100
### Use a sample container image provided by Pulumi
98
101
@@ -112,9 +115,7 @@ templatePath: Pulumi.yaml
112
115
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
0 commit comments