Skip to content

Commit 06e6ace

Browse files
author
RoseHJM
committed
Minor fixes
1 parent db7c9ca commit 06e6ace

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
@@ -17,7 +17,7 @@ In this article, you learn about Azure Developer CLI (`azd`) and how it works wi
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, 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.
20+
With ADE, you can create environments from an environment definition in a catalog attached to your dev center, or 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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and access an environment by using the Azure Developer CLI
2+
title: Create an environment by using the Azure Developer CLI
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to create an environment in an Azure Deployment Environments project by using the Azure Developer CLI.
55
author: RoseHJM
@@ -15,7 +15,7 @@ ms.date: 05/30/2024
1515

1616
# Create an environment by using the Azure Developer CLI
1717

18-
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.
18+
In this article, you install the Azure Developer CLI (AZD), create a new deployment environment by provisioning your app infrastructure to Azure Deployment Environments (ADE), and deploy your app code onto the provisioned deployment environment.
1919

2020
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

@@ -27,7 +27,7 @@ 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:
2929
- [Quickstart: Configure Azure Deployment Environments](/azure/deployment-environments/quickstart-create-and-configure-devcenter).
30-
- A catalog attached to your dev center.
30+
- Have catalog attached to your dev center.
3131

3232
## Prepare to work with AZD
3333

@@ -143,7 +143,7 @@ AZD uses an *azure.yaml* file to define the environment. The azure.yaml file def
143143

144144
1. In Visual Studio Code, open the folder that contains your application code.
145145

146-
1. Open the command palette, and enter *Azure Developer CLI init*, then from the list, select **Azure Developer CLI (azd): init**.
146+
1. Open the command palette, and enter *Azure Developer CLI init*, then select **Azure Developer CLI (azd): init**.
147147

148148
:::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":::
149149

0 commit comments

Comments
 (0)