Skip to content

Commit 562306d

Browse files
author
RoseHJM
committed
Metadata changes
1 parent 84dea6b commit 562306d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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
@@ -15,7 +15,7 @@ ms.date: 10/11/2024
1515

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

18-
The Azure Developer CLI (`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.
18+
The `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

2020
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.
2121

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Configure Azure Developer CLI templates for use with ADE
3-
description: Understand how ADE and `azd` work together to provision application infrastructure and deploy application code to the new infrastructure.
2+
title: Create an environment with Azure Developer CLI
3+
description: Use an `azd` template 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: how-to
88
ms.date: 10/11/2024
99

10-
# Customer intent: As a platform engineer, I want to use ADE and `azd` together to provision application infrastructure and deploy application code to the new infrastructure.
10+
# 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

0 commit comments

Comments
 (0)