Skip to content

Commit 31a44bc

Browse files
committed
Fixed aka.ms links
1 parent 186f891 commit 31a44bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/deployment-environments/concept-extensibility-model.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@ You can choose from multiple options for creating and building custom images, de
3030
**1. Use a standard image**
3131
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*).
3232

33-
For instructions, see: [Use a standard container image](aka.ms/arm-bicep-standard).
33+
For instructions, see: [Use a standard container image](https://aka.ms/arm-bicep-standard).
3434

3535
**1. Create a custom image using a script**
3636
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.
3737

38-
For instructions, see: [Create a custom container image by using a script](aka.ms/arm-bicep-custom-script).
38+
For instructions, see: [Create a custom container image by using a script](https://aka.ms/arm-bicep-custom-script).
3939

4040
**1. Create a custom image manually**
4141
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.
4242

43-
For instructions, see: [Create a custom container image manually](aka.ms/arm-bicep-custom-manual).
43+
For instructions, see: [Create a custom container image manually](https://aka.ms/arm-bicep-custom-manual).
4444

4545
### Terraform
4646

4747
**1. Create a Terraform specific container image manually**
4848
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.
4949

50-
For instructions, see: [Create a container image using a GitHub workflow](aka.ms/terraform-workflow-custom-manual).
50+
For instructions, see: [Create a container image using a GitHub workflow](https://aka.ms/terraform-workflow-custom-manual).
5151

5252
### Pulumi
5353
**1. Use a standard image**
5454
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*).
5555

56-
For instructions, see: [Use a standard container image provided by Pulumi](aka.ms/pulumi-standard).
56+
For instructions, see: [Use a standard container image provided by Pulumi](https://aka.ms/pulumi-standard).
5757

5858
**1. Create a custom image manually**
5959
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.
6060

61-
For instructions, see: [Create a custom image](aka.ms/pulumi-custom-manual).
61+
For instructions, see: [Create a custom image](https://aka.ms/pulumi-custom-manual).
6262

6363
## Related content
6464

0 commit comments

Comments
 (0)