Skip to content

Commit c6c1c29

Browse files
author
RoseHJM
committed
Changed filename, added aka.ms link
1 parent 13d8608 commit c6c1c29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/deployment-environments/how-to-configure-extensibility-custom-runner.md renamed to articles/deployment-environments/how-to-configure-extensibility-custom-runner-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use the ADE extensibility model to build and utilize c
55
ms.service: deployment-environments
66
author: RoseHJM
77
ms.author: rosemalcolm
8-
ms.date: 03/27/2024
8+
ms.date: 04/13/2024
99
ms.topic: how-to
1010

1111
#customer intent: As a developer, I want to learn how to build and utilize custom images within my environment definitions for deployment environments.
@@ -19,7 +19,7 @@ ADE uses an extensibility model to enable you to create custom images to use in
1919

2020
The ADE team provides a selection of images to get you started, including a core image, and an Azure Resource Manager (ARM)/Bicep image. You can access these sample images in the [Runner-Images](https://github.com/Azure/deployment-environments/tree/custom-runner-private-preview/Runner-Images) folder.
2121

22-
The ADE CLI is a tool that allows you to build custom images by using ADE base images. You can use the ADE CLI to customize your deployments and deletions to fit your workflow. The ADE CLI is preinstalled on the sample images. To learn more about the ADE CLI, see the [CLI Custom Runner Image reference](./reference-deployment-environment-cli.md).
22+
The ADE CLI is a tool that allows you to build custom images by using ADE base images. You can use the ADE CLI to customize your deployments and deletions to fit your workflow. The ADE CLI is preinstalled on the sample images. To learn more about the ADE CLI, see the [CLI Custom Runner Image reference](https://aka.ms/deployment-environments/ade-cli-reference).
2323

2424
## Prerequisites
2525

@@ -215,4 +215,4 @@ runner: "{YOUR_REGISTRY}.azurecr.io/{YOUR_REPOSITORY}:{YOUR_TAG}"
215215
216216
## Related content
217217
218-
- [ADE CLI Custom Runner Image reference](./reference-deployment-environment-cli.md)
218+
- [ADE CLI Custom Runner Image reference](https://aka.ms/deployment-environments/ade-cli-reference)

articles/deployment-environments/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ items:
6161
- name: Create environments with Azure Developer CLI (AZD)
6262
href: how-to-create-environment-with-azure-developer.md
6363
- name: ADE extensibility model for ARM/Bicep images
64-
href: how-to-configure-extensibility-custom-runner.md
64+
href: how-to-configure-extensibility-custom-runner-bicep.md
6565
displayName: custom image, custom runner, extensibility
6666
- name: Manage environments in the developer portal
6767
href: how-to-manage-environments.md

0 commit comments

Comments
 (0)