Skip to content

Commit 26b2bc9

Browse files
authored
Merge pull request #291171 from RoseHJM/ade-azd-updates-4
ADE - azd updates 4
2 parents e130677 + 256068b commit 26b2bc9

File tree

46 files changed

+21
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+21
-476
lines changed

articles/deployment-environments/.openpublishing.redirection.deployment-environments.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"source_path_from_root": "/articles/deployment-environments/how-to-configure-extensibility-pulumi-container-image.md",
6565
"redirect_url": "/azure/deployment-environments/how-to-configure-extensibility-model-custom-image",
6666
"redirect_document_id": false
67+
},
68+
{
69+
"source_path_from_root": "/articles/deployment-environments/how-to-create-environment-with-azure-developer.md",
70+
"redirect_url": "/azure/deployment-environments/how-to-configure-azure-developer-cli-deployment-environments.md",
71+
"redirect_document_id": false
6772
}
6873
]
6974
}

articles/deployment-environments/concept-azure-developer-cli-with-deployment-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ When the dev center feature is enabled, the default behavior of some common `azd
103103
## Related content
104104

105105
- [Add and configure an environment definition](./configure-environment-definition.md)
106-
- [Create an environment by using the Azure Developer CLI](./how-to-create-environment-with-azure-developer.md)
106+
- [Create an environment from an Azure Developer CLI template](./how-to-configure-azure-developer-cli-deployment-environments.md )
107107
- [Make your project compatible with Azure Developer CLI](/azure/developer/azure-developer-cli/make-azd-compatible?pivots=azd-create)

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: azure-deployment-environments
77
ms.topic: how-to
8-
ms.date: 10/11/2024
8+
ms.date: 11/27/2024
99

1010
# Customer intent: As a developer, I want to use ADE and `azd` together to provision application infrastructure and deploy application code to the new infrastructure.
1111

1212
---
1313

14-
# Configure Azure Developer CLI with Azure Deployment Environments
14+
# Create an environment from an Azure Developer CLI template
1515

1616
In this article, you create a new environment from an existing Azure Developer CLI (`azd`) compatible template by using `azd`. You learn how to configure Azure Deployment Environments (ADE) and `azd` to work together to provision application infrastructure and deploy application code to the new infrastructure.
1717

@@ -73,9 +73,9 @@ When you install `azd`, the `azd` tools are installed within an `azd` scope rath
7373

7474
# [Visual Studio Code](#tab/visual-studio-code)
7575

76-
To enable Azure Developer CLI features in Visual Studio Code, install the Azure Developer CLI extension, version v0.8.0-alpha.1-beta.3173884. Select the **Extensions** icon in the Activity bar, search for **Azure Developer CLI**, and then select **Install**.
76+
To enable Azure Developer CLI features in Visual Studio Code, install the Azure Developer CLI extension. Select the **Extensions** icon in the Activity bar, search for **Azure Developer CLI**, and then select **Install**.
7777

78-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/install-azure-developer-cli-small.png" alt-text="Screenshot of Visual Studio Code, showing the Sign in command in the command palette." lightbox="media/how-to-create-environment-with-azure-developer/install-azure-developer-cli-large.png":::
78+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/install-azure-developer-cli-small.png" alt-text="Screenshot of Visual Studio Code, showing the Sign in command in the command palette." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/install-azure-developer-cli-large.png":::
7979

8080
# [Azure Developer CLI](#tab/azure-developer-cli)
8181

@@ -93,11 +93,11 @@ Sign in to `azd` using the command palette:
9393

9494
# [Visual Studio Code](#tab/visual-studio-code)
9595

96-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/azure-developer-sign-in.png" alt-text="Screenshot of Visual Studio Code, showing the Extensions pane with the Azure Developer CLI and Install highlighted." lightbox="media/how-to-create-environment-with-azure-developer/azure-developer-sign-in.png":::
96+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/azure-developer-sign-in.png" alt-text="Screenshot of Visual Studio Code, showing the Extensions pane with the Azure Developer CLI and Install highlighted." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/azure-developer-sign-in.png":::
9797

9898
The output of commands issued from the command palette is displayed in an **azd dev** terminal like the following example:
9999

100-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/press-any-key.png" alt-text="Screenshot of the AZD developer terminal, showing the press any key to close message." lightbox="media/how-to-create-environment-with-azure-developer/press-any-key.png":::
100+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/press-any-key.png" alt-text="Screenshot of the AZD developer terminal, showing the press any key to close message." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/press-any-key.png":::
101101

102102
# [Azure Developer CLI](#tab/azure-developer-cli)
103103

@@ -107,7 +107,7 @@ Sign in to Azure at the CLI using the following command:
107107
azd auth login
108108
```
109109

110-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/login.png" alt-text="Screenshot showing the azd auth login command and its result in the terminal." lightbox="media/how-to-create-environment-with-azure-developer/login.png":::
110+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/login.png" alt-text="Screenshot showing the azd auth login command and its result in the terminal." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/login.png":::
111111

112112
---
113113

@@ -117,7 +117,7 @@ When `platform.type` is set to `devcenter`, all `azd` remote environment state a
117117

118118
# [Visual Studio Code](#tab/visual-studio-code)
119119

120-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/azure-developer-enable-support.png" alt-text="Screenshot of Visual Studio Code, showing the Enable support command in the command palette." lightbox="media/how-to-create-environment-with-azure-developer/azure-developer-enable-support.png":::
120+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/azure-developer-enable-support.png" alt-text="Screenshot of Visual Studio Code, showing the Enable support command in the command palette." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/azure-developer-enable-support.png":::
121121

122122
# [Azure Developer CLI](#tab/azure-developer-cli)
123123

@@ -136,7 +136,7 @@ Now you're ready to create an environment to work in. You begin with an existing
136136

137137
1. Open the command palette, enter *Azure Developer CLI init*, and then from the list, select **Azure Developer CLI (azd): init**.
138138

139-
:::image type="content" source="media/how-to-create-environment-with-azure-developer/command-palette-azure-developer-initialize.png" alt-text="Screenshot of the Visual Studio Code command palette with Azure Developer CLI (azd): init highlighted." lightbox="media/how-to-create-environment-with-azure-developer/command-palette-azure-developer-initialize.png":::
139+
:::image type="content" source="media/how-to-configure-azure-developer-cli-deployment-environments/command-palette-azure-developer-initialize.png" alt-text="Screenshot of the Visual Studio Code command palette with Azure Developer CLI (azd): init highlighted." lightbox="media/how-to-configure-azure-developer-cli-deployment-environments/command-palette-azure-developer-initialize.png":::
140140

141141
1. In the list of templates, select **Function-App-with-Cosmos_AZD-template**.
142142

@@ -217,12 +217,9 @@ To learn more about the settings you can configure, see [Configure dev center se
217217
218218
You can use `azd` to provision and deploy resources to your deployment environments using commands like `azd up` or `azd provision`.
219219

220-
To learn more about provisioning your environment, see [Create an environment by using the Azure Developer CLI](how-to-create-environment-with-azure-developer.md#provision-infrastructure-to-azure-deployment-environment).
221-
222-
To how common `azd` commands work with ADE, see [Work with Azure Deployment Environments](/azure/developer/azure-developer-cli/ade-integration?branch=main#work-with-azure-deployment-evironments).
220+
To learn more about provisioning your environment, see [Work with Azure Deployment Environments](/azure/developer/azure-developer-cli/ade-integration?branch=main#work-with-azure-deployment-evironments).
223221

224222

225223
## Related content
226224

227-
- [Add and configure an environment definition](./configure-environment-definition.md)
228-
- [Create an environment by using the Azure Developer CLI](./how-to-create-environment-with-azure-developer.md)
225+
- [Azure Developer CLI and Azure Deployment Environments](concept-azure-developer-cli-with-deployment-environments.md)

0 commit comments

Comments
 (0)