Skip to content

Commit 616fb3e

Browse files
authored
Merge pull request #276819 from RoseHJM/ade-freshness-03
ADE - AZD freshness
2 parents 9a580ec + f079463 commit 616fb3e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: rosemalcolm
77
ms.service: deployment-environments
88
ms.custom: ignite-2023
99
ms.topic: how-to
10-
ms.date: 01/26/2023
10+
ms.date: 05/30/2024
1111

1212
# Customer intent: As a developer, I want to be able to create an environment by using AZD so that I can create my coding environment.
1313

@@ -17,7 +17,7 @@ ms.date: 01/26/2023
1717

1818
In this article, you install the Azure Developer CLI (AZD), create a new deployment environment by provisioning your app infrastructure to Azure Deployment Environments, and deploy your app code onto the provisioned deployment environment.
1919

20-
Azure Developer CLI (AZD) is an open-source tool that accelerates the time it takes for you to get your application from local development environment to Azure. AZD provides best practice, developer-friendly commands that map to key stages in your workflow, whether youre working in the terminal, your editor or integrated development environment (IDE), or CI/CD (continuous integration/continuous deployment).
20+
Azure Developer CLI (AZD) is an open-source tool that accelerates the time it takes for you to get your application from local development environment to Azure. AZD provides best practice, developer-friendly commands that map to key stages in your workflow, whether you're working in the terminal, your editor or integrated development environment (IDE), or CI/CD (continuous integration/continuous deployment).
2121

2222
To learn how to set up AZD to work with Azure Deployment Environments, see [Use Azure Developer CLI with Azure Deployment Environments](/azure/deployment-environments/concept-azure-developer-cli-with-deployment-environments).
2323

@@ -33,13 +33,15 @@ You should:
3333

3434
When you work with AZD for the first time, there are some one-time setup tasks you need to complete. These tasks include installing the Azure Developer CLI, signing in to your Azure account, and enabling AZD support for Azure Deployment Environments.
3535

36+
Use the following instructions to [Install the Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd?tabs=winget-windows%2Cbrew-mac%2Cscript-linux&pivots=os-windows).
37+
3638
### Install the Azure Developer CLI extension for Visual Studio Code
3739

38-
When you install azd, the azd tools are installed within azd scope rather than globally, and are removed if azd is uninstalled. You can install azd in Visual Studio Code or from the command line.
40+
When you install azd, the azd tools are installed within azd scope rather than globally, and are removed if azd is uninstalled. To use azd tools in Visual Studio Code, install the extension.
3941

4042
# [Visual Studio Code](#tab/visual-studio-code)
4143

42-
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**.
44+
To enable Azure Developer CLI features in Visual Studio Code, install the Azure Developer CLI extension, version v0.8.3. Select the **Extensions** icon in the Activity bar, search for **Azure Developer CLI**, and then select **Install**.
4345

4446
:::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":::
4547

@@ -109,7 +111,7 @@ Sign in to AZD using the Developer Command Terminal:
109111

110112
### Enable AZD support for ADE
111113

112-
You can configure AZD to provision and deploy resources to your deployment environments using standard commands such as `azd up` or `azd provision`. When `platform.type` is set to `devcenter`, all AZD remote environment state and provisioning uses dev center components. AZD uses one of the infrastructure templates defined in your dev center catalog for resource provisioning. In this configuration, the *infra* folder in your local templates isnt used.
114+
You can configure AZD to provision and deploy resources to your deployment environments using standard commands such as `azd up` or `azd provision`. When `platform.type` is set to `devcenter`, all AZD remote environment state and provisioning uses dev center components. AZD uses one of the infrastructure templates defined in your dev center catalog for resource provisioning. In this configuration, the *infra* folder in your local templates isn't used.
113115

114116
# [Visual Studio Code](#tab/visual-studio-code)
115117

0 commit comments

Comments
 (0)