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/concept-extensibility-model.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
@@ -32,41 +32,41 @@ You can choose from multiple options for creating and building custom images, de
32
32
33
33
For first party frameworks - ARM and Bicep - ADE provides standard images that customers can take advantage of and can just use identifiers ARM or Bicep to configure the respective IaC template as an environment definition. For ARM or Bicep deployments, you can use the standard image by referencing it in the environment.yaml file and defining resources in the template file (*azuredeploy.json*, *main.bicep*).
34
34
35
-
For instructions, see: [Use a standard container image](https://aka.ms/arm-bicep-standard).
35
+
For instructions, see: [Use a standard container image](https://aka.ms/ade/arm-bicep-standard).
36
36
37
37
**Create a custom image using a script**
38
38
39
39
To make the process of building a custom image and pushing it to a container registry easier, Microsoft provides a script that builds and pushes the image to a registry that you specify.
40
40
41
-
For instructions, see: [Create a custom container image by using a script](https://aka.ms/arm-bicep-custom-script).
41
+
For instructions, see: [Create a custom container image by using a script](https://aka.ms/ade/arm-bicep-custom-script).
42
42
43
43
**Create a custom image manually**
44
44
45
45
For more complex scenarios, start with the standard image and customize it by installing software packages and adjusting settings. Build the image and upload it to a container registry where ADE can access it. Specify the image's location in the environment.yaml file.
46
46
47
-
For instructions, see: [Create a custom container image manually](https://aka.ms/arm-bicep-custom-manual).
47
+
For instructions, see: [Create a custom container image manually](https://aka.ms/ade/arm-bicep-custom-manual).
48
48
49
49
### Terraform
50
50
51
51
**Create a Terraform specific container image manually**
52
52
53
53
You can use a GitHub workflow to create a custom Terraform image that includes the software, settings, and other customizations you need for your Terraform specific image. You can then upload the new image to a container registry and use it by referencing it in the environment.yaml file.
54
54
55
-
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/terraform-workflow-custom-manual).
55
+
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/ade/terraform-workflow-custom-manual).
56
56
57
57
### Pulumi
58
58
59
59
**Use a standard image**
60
60
61
61
The Pulumi team provides a prebuilt image to get you started, which you can use directly from your ADE environment definitions. For Pulumi images, you can use the standard image by referencing it in the environment.yaml file and defining the resources to deploy in the project file (*pulumi.yaml*).
62
62
63
-
For instructions, see: [Use a standard container image provided by Pulumi](https://aka.ms/pulumi-standard).
63
+
For instructions, see: [Use a standard container image provided by Pulumi](https://aka.ms/ade/pulumi-standard).
64
64
65
65
**Create a custom image manually**
66
66
67
67
For more complex scenarios, start with the standard image and customize it by installing software packages and adjusting settings. Build the image and upload it to a container registry where ADE can access it. Specify the image's location in the environment.yaml file.
68
68
69
-
For instructions, see: [Create a custom image](https://aka.ms/pulumi-custom-manual).
69
+
For instructions, see: [Create a custom image](https://aka.ms/ade/pulumi-custom-manual).
0 commit comments