Skip to content

Commit d947ffb

Browse files
committed
Update ADE content for SEO
1 parent f3fa51d commit d947ffb

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

articles/deployment-environments/overview-what-is-azure-deployment-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is Azure Deployment Environments?
33
titleSuffix: Azure Deployment Environments
4-
description: Enable developer teams to spin up app infrastructure with project-based templates, minimize setup time & maximize security, compliance, and cost efficiency.
4+
description: Enable developer teams to spin up infrastructure for deploying apps with project-based templates, while adding governance for Azure resource types, security, and cost.
55
ms.service: deployment-environments
66
ms.custom: ignite-2022, build-2023
77
ms.topic: overview

articles/deployment-environments/quickstart-create-access-environments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and access an environment in the developer portal
2+
title: Create a deployment environment
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to create and access an environment in an Azure Deployment Environments project through the developer portal.
4+
description: Learn how to create and access an environment in Azure Deployment Environments through the developer portal. An environment has all Azure resource preconfigured for deploying your application.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.service: deployment-environments
@@ -12,7 +12,9 @@ ms.date: 12/01/2023
1212

1313
# Quickstart: Create and access an environment in Azure Deployment Environments
1414

15-
This quickstart shows you how to create and access an [environment](concept-environments-key-concepts.md#environments) in an existing Azure Deployment Environments project.
15+
This quickstart shows you how to create and access an [environment](concept-environments-key-concepts.md#environments) in Azure Deployment Environments by using the developer portal.
16+
17+
As a developer, you can create environments associated with a [project](concept-environments-key-concepts.md#projects) in Azure Deployment Environments. An environment has all Azure resource preconfigured for deploying your application.
1618

1719
## Prerequisites
1820

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and configure a dev center for Azure Deployment Environments
2+
title: Set up a dev center for Azure Deployment Environments
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to configure a dev center, attach an identity, and attach a catalog in Azure Deployment Environments.
4+
description: Learn how to set up the resources to get started with Azure Deployment Environments. Configure a dev center, attach an identity, and attach a catalog for using IaC templates.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.topic: quickstart
@@ -14,7 +14,9 @@ ms.date: 12/01/2023
1414

1515
In this quickstart, you set up all the resources in Azure Deployment Environments to enable self-service deployment environments for development teams. Learn how to create and configure a dev center, add a catalog to the dev center, and define an environment type.
1616

17-
A platform engineering team typically sets up a dev center, attaches external catalogs to the dev center, creates projects, and provides access to development teams. Development teams then create [environments](concept-environments-key-concepts.md#environments) by using [environment definitions](concept-environments-key-concepts.md#environment-definitions), connect to individual resources, and deploy applications. To learn more about the components of Azure Deployment Environments, see [Key concepts for Azure Deployment Environments](concept-environments-key-concepts.md).
17+
A dev center is the top-level resource for getting started with Azure Deployment Environments that contains the collection of development projects. In the dev center, you specify the common configuration for your projects, such as catalogs with application templates, and the types of environments development teams can deploy to.
18+
19+
A platform engineering team typically sets up the dev center, attaches external catalogs to the dev center, creates projects, and provides access to development teams. Development teams then create [environments](concept-environments-key-concepts.md#environments) by using [environment definitions](concept-environments-key-concepts.md#environment-definitions), connect to individual resources, and deploy applications. To learn more about the components of Azure Deployment Environments, see [Key concepts for Azure Deployment Environments](concept-environments-key-concepts.md).
1820

1921
The following diagram shows the steps to configure a dev center for Azure Deployment Environments in the Azure portal.
2022

articles/deployment-environments/quickstart-create-and-configure-projects.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Create and configure an Azure Deployment Environments project
2+
title: Create a project in Azure Deployment Environments
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to create a project in Azure Deployment Environments and associate the project with a dev center.
4+
description: Learn how to create a project for a dev center Azure Deployment Environments. In a project, you can define environment types and environments that are specific to a software development project.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.service: deployment-environments
@@ -10,9 +10,11 @@ ms.topic: quickstart
1010
ms.date: 12/01/2023
1111
---
1212

13-
# Quickstart: Create and configure an Azure Deployment Environments project
13+
# Quickstart: Create and configure a project in Azure Deployment Environments
1414

15-
This quickstart shows you how to create a project in Azure Deployment Environments, then associate the project with the dev center you created in [Quickstart: Create and configure a dev center](./quickstart-create-and-configure-devcenter.md). After you complete this quickstart, developers can use the developer portal to create environments to deploy their applications.
15+
This quickstart shows you how to create a project in Azure Deployment Environments, then associate the project with the dev center you created in [Quickstart: Create and configure a dev center](./quickstart-create-and-configure-devcenter.md). After you complete this quickstart, developers can use the developer portal to create environments in the project to deploy their applications.
16+
17+
A project contains the specific configuration for environment types and environment definitions related to a development project. For example, you might create a project for the implementation of an ecommerce application, which has a development, staging, and production environment. For another project, you might define a different configuration.
1618

1719
The following diagram shows the steps to configure a project associated with a dev center for Deployment Environments in the Azure portal.
1820

0 commit comments

Comments
 (0)