Skip to content

Commit 12085e6

Browse files
committed
ADE updates
1 parent 4ea181b commit 12085e6

17 files changed

+22
-22
lines changed

articles/deployment-environments/concept-common-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Deployment Environments and Microsoft Dev Box common elements
2+
title: Components common to Azure Deployment Environments & Microsoft Dev Box common elements
33
titleSuffix: Azure Deployment Environments
44
description: Discover the components that are shared by Azure Deployment Environments Preview and Microsoft Dev Box.
55
ms.service: deployment-environments

articles/deployment-environments/concept-environments-key-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Deployment Environments key concepts
33
titleSuffix: Azure Deployment Environments
4-
description: Learn the key concepts behind Azure Deployment Environments.
4+
description: Learn the key concepts and terminology for Azure Deployment Environments.
55
ms.service: deployment-environments
66
ms.custom: ignite-2022
77
ms.topic: conceptual
@@ -10,7 +10,7 @@ author: RoseHJM
1010
ms.date: 10/12/2022
1111
---
1212

13-
# Key concepts for new Azure Deployment Environments Preview users
13+
# Key concepts for new Azure Deployment Environments Preview
1414

1515
Learn about the key concepts and components of Azure Deployment Environments Preview. This knowledge can help you more effectively deploy environments for your scenarios.
1616

articles/deployment-environments/configure-catalog-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devdivchpfy22, ignite-2022
1212

1313
---
1414

15-
# Add and configure a catalog item
15+
# Add and configure a catalog item
1616

1717
In Azure Deployment Environments Preview, you can use a [catalog](concept-environments-key-concepts.md#catalogs) to provide your development teams with a curated set of predefined [infrastructure as code (IaC)](/devops/deliver/what-is-infrastructure-as-code) templates called [*catalog items*](concept-environments-key-concepts.md#catalog-items).
1818

articles/deployment-environments/how-to-configure-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add and configure a catalog
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to add and configure a catalog in your Azure Deployment Environments Preview dev center to provide deployment templates for your development teams.
4+
description: Learn how to add and configure a catalog in your Azure Deployment Environments Preview dev center to provide deployment templates for your development teams. Catalogs are specialized repositories stored in GitHub or Azure DevOps.
55
ms.service: deployment-environments
66
ms.custom: ignite-2022
77
author: RoseHJM
@@ -10,7 +10,7 @@ ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Add and configure a catalog
13+
# Add and configure a catalog from GitHub or Azure DevOps
1414

1515
Learn how to add and configure a [catalog](./concept-environments-key-concepts.md#catalogs) in your Azure Deployment Environments Preview dev center. You can use a catalog to provide your development teams with a curated set of infrastructure as code (IaC) templates called [catalog items](./concept-environments-key-concepts.md#catalog-items).
1616

articles/deployment-environments/how-to-configure-deployment-environments-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
---
1212

1313

14-
# Provide access to developers
14+
# Provide access for developers to projects in Deployment Environments
1515

1616
In Azure Deployment Environments, development team members must get access to a specific project before they can create deployment environments. By using the built-in Deployment Environments User role, you can assign permissions to Active Directory users or groups at either the project level or the environment type level.
1717

articles/deployment-environments/how-to-configure-devcenter-environment-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Configure environment types for your dev center
13+
# Configure environment types for a dev center
1414

1515
In Azure Deployment Environments Preview, you use [environment types](./concept-environments-key-concepts.md#dev-center-environment-types) to define the environments that development teams can deploy. You have the flexibility to name the environment types according to the nomenclature that your enterprise uses: for example, sandbox, dev, test, or production. You can specify deployment settings and the permissions that are available to developers per environment type and per project.
1616

articles/deployment-environments/how-to-configure-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Configure a managed identity
13+
# Configure a managed identity for a dev center
1414

1515
A [managed identity](../active-directory/managed-identities-azure-resources/overview.md) adds elevated-privileges capabilities and secure authentication to any service that supports Azure Active Directory (Azure AD) authentication. Azure Deployment Environments Preview uses identities to give development teams self-serve deployment capabilities without giving them access to the subscriptions in which Azure resources are created.
1616

articles/deployment-environments/how-to-configure-project-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Provide access to dev managers
2+
title: Provide access for dev managers to projects
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to configure access for dev managers by using the DevCenter Project Admin built-in role.
55
ms.service: deployment-environments
@@ -10,7 +10,7 @@ ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Provide access to dev managers
13+
# Provide access for dev managers to Deployment Environments projects
1414

1515
In Azure Deployment Environments, you can create multiple projects associated with the dev center to align with each team's requirements. By using the built-in DevCenter Project Admin role, you can delegate project administration to a member of a team. DevCenter Project Admin users can configure [project environment types](concept-environments-key-concepts.md#project-environment-types) to enable developers to create various types of [environments](concept-environments-key-concepts.md#environments) and apply settings to each environment type.
1616

articles/deployment-environments/how-to-configure-project-environment-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure project environment types
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to configure environment types to define deployment settings and permissions available to developers when they're deploying environments in a project.
4+
description: Learn how to add, update, and delete project environment types in Azure Deployment Environments. Project level environment types define deployment settings and permissions available to developers when they're deploying environments in a project.
55
ms.service: deployment-environments
66
ms.custom: ignite-2022
77
ms.author: rosemalcolm

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create and access an environment
2+
title: Create and access an environment in the developer portal
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to create and access an environment in an Azure Deployment Environments Preview project.
55
author: RoseHJM
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.date: 10/26/2022
1111
---
1212

13-
# Quickstart: Create and access an environment
13+
# Quickstart: Create and access an environment by using the developer portal
1414

1515
This quickstart shows you how to create and access an [environment](concept-environments-key-concepts.md#environments) in an existing Azure Deployment Environments Preview project.
1616

0 commit comments

Comments
 (0)