Skip to content

Commit db7c9ca

Browse files
author
RoseHJM
committed
WIP
1 parent 1954020 commit db7c9ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: Use Azure Developer CLI with Azure Deployment Environments
3-
description: Understand ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
3+
description: Understand how ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
44
author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: azure-deployment-environments
77
ms.topic: concept-article
8-
ms.date: 11/08/2024
8+
ms.date: 11/11/2024
99

10-
# Customer intent: As a platform engineer, I want to understand ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
10+
# Customer intent: As a platform engineer, I want to understand how ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
1111

1212
---
1313

14-
# Use Azure Developer CLI with Azure Deployment Environments
14+
# Azure Developer CLI and Azure Deployment Environments
1515

1616
In this article, you learn about Azure Developer CLI (`azd`) and how it works with Azure Deployment Environments (ADE) to simplify the process of provisioning application infrastructure and deploying application code to the new infrastructure.
1717

1818
`azd` is an open-source command-line tool that provides developer-friendly commands that map to key stages in your workflow. You can install `azd` locally on your machine or use it in other environments.
1919

20-
With ADE, you can create environments from an environment definition in a catalog attached to your dev center. By adding `azd`, you can deploy your application code to the new infrastructure.
20+
With ADE, you can create environments from an environment definition in a catalog attached to your dev center, and by using the [ADE extensibilty model to execute deployments](how-to-configure-extensibility-model-custom-image.md). By adding `azd`, you can streamline the process of provisioning infrastructure and deploying code to the cloud.
2121

2222
## How does `azd` work with ADE?
2323

0 commit comments

Comments
 (0)