Skip to content

Commit e5de4f6

Browse files
author
RoseHJM
committed
ADE - extensibility link updates
1 parent ae7d927 commit e5de4f6

7 files changed

+8
-8
lines changed

articles/deployment-environments/how-to-configure-azure-developer-cli-deployment-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To learn the key concepts of how AZD and ADE work together, see [Use Azure Devel
2020
## Prerequisites
2121

2222
- Create and configure a dev center with a project, environment types, and catalog. Use the following article as guidance:
23-
- [Quickstart: Create and configure a dev center for Azure Deployment Environments](/azure/deployment-environments/quickstart-create-and-configure-devcenter).
23+
- [Quickstart: Configure Azure Deployment Environments](/azure/deployment-environments/quickstart-create-and-configure-devcenter).
2424

2525
## Attach Microsoft quick start catalog
2626

articles/deployment-environments/how-to-configure-extensibility-bicep-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The ADE CLI is a tool that allows you to build custom images by using ADE base i
2727

2828
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2929
- Azure Deployment Environments set up in your Azure subscription.
30-
- To set up ADE, follow the [Quickstart: Create and configure a dev center for Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
30+
- To set up ADE, follow the [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
3131

3232
## Create and build a Docker image
3333

articles/deployment-environments/how-to-configure-extensibility-generic-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The ADE CLI is a tool that allows you to build custom images by using ADE base i
2727

2828
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2929
- Azure Deployment Environments set up in your Azure subscription.
30-
- To set up ADE, follow the [Quickstart: Create and configure a dev center for Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
30+
- To set up ADE, follow the [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
3131

3232
## Create and build a container image
3333

articles/deployment-environments/how-to-configure-extensibility-pulumi-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An environment definition comprises at least two files: a Pulumi project file, *
2323

2424
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2525
- Azure Deployment Environments set up in your Azure subscription.
26-
- To set up ADE, follow the [Quickstart: Create and configure a dev center for Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
26+
- To set up ADE, follow the [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
2727

2828
## Use a standard Docker image provided by Pulumi
2929

articles/deployment-environments/how-to-configure-extensibility-terraform-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The ADE CLI is a tool that allows you to build custom images by using ADE base i
2525

2626
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2727
- Azure Deployment Environments set up in your Azure subscription.
28-
- To set up ADE, follow the [Quickstart: Create and configure a dev center for Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
28+
- To set up ADE, follow the [Quickstart: Configure Azure Deployment Environments](quickstart-create-and-configure-devcenter.md).
2929

3030
## Create and build a Docker image by using Terraform
3131

articles/deployment-environments/how-to-create-environment-with-azure-developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To learn how to set up AZD to work with Azure Deployment Environments, see [Use
2626
You should:
2727
- Be familiar with Azure Deployment Environments. Review [What is Azure Deployment Environments?](overview-what-is-azure-deployment-environments.md) and [Key concepts for Azure Deployment Environments](concept-environments-key-concepts.md).
2828
- Create and configure a dev center with a project, environment types, and a catalog. Use the following article as guidance:
29-
- [Quickstart: Create and configure a dev center for Azure Deployment Environments](/azure/deployment-environments/quickstart-create-and-configure-devcenter).
29+
- [Quickstart: Configure Azure Deployment Environments](/azure/deployment-environments/quickstart-create-and-configure-devcenter).
3030
- A catalog attached to your dev center.
3131

3232
## Prepare to work with AZD

articles/deployment-environments/includes/custom-image-logs-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ ms.service: deployment-environments
33
ms.topic: include
44
author: RoseHJM
55
ms.author: rosemalcolm
6-
ms.date: 05/03/2024
6+
ms.date: 05/23/2024
77
---
88

99
ADE stores error details for a failed deployment in the *$ADE_ERROR_LOG* file within the container.
1010

1111
To troubleshoot a failed deployment:
1212

13-
1. Sign in to the [Developer Portal](https://devportal.microsoft.com/).
13+
1. Sign in to the [Developer Portal](https://aka.ms/devbox-portal).
1414
1. Identify the environment that failed to deploy, and select **See details**.
1515

1616
:::image type="content" source="../media/custom-image-logs-errors-include/failed-deployment-card.png" alt-text="Screenshot showing failed deployment error details, specifically an invalid name for a storage account." lightbox="../media/custom-image-logs-errors-include/failed-deployment-card-big.png":::

0 commit comments

Comments
 (0)