Skip to content

Commit d8924c9

Browse files
Merge pull request #265074 from ntrogh/mdb-seo-202402
[MDB & ADE] Update content for SEO (February 2024)
2 parents 91dedf0 + d947ffb commit d8924c9

5 files changed

+22
-16
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: 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

articles/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Tutorial: Use a Remote Desktop client to connect to a dev box'
2+
title: 'Tutorial: Access a dev box with a remote desktop client'
33
titleSuffix: Microsoft Dev Box
4-
description: In this tutorial, you download and use a remote desktop client to connect to a dev box in Microsoft Dev Box.
4+
description: In this tutorial, you learn how to connect to and access your dev box in Microsoft Dev Box by using a remote desktop (RDP) client app.
55
services: dev-box
66
ms.service: dev-box
77
ms.author: rosemalcolm
@@ -12,14 +12,14 @@ ms.topic: tutorial
1212

1313
# Tutorial: Use a remote desktop client to connect to a dev box
1414

15-
In this tutorial, you download and use a remote desktop client application to connect to a dev box.
15+
In this tutorial, you download and use a remote desktop (RDP) client application to connect to and access a dev box.
1616

1717
Remote desktop apps let you use and control a dev box from almost any device. For your desktop or laptop, you can choose to download the Remote Desktop client for Windows Desktop or Microsoft Remote Desktop for Mac. You can also download a remote desktop app for your mobile device: Microsoft Remote Desktop for iOS or Microsoft Remote Desktop for Android.
1818

1919
> [!TIP]
2020
> Many remote desktops apps allow you to [use multiple monitors](tutorial-configure-multiple-monitors.md) when you connect to your dev box.
2121
22-
Alternately, you can connect to your dev box through the browser from the Microsoft Dev Box developer portal.
22+
Alternately, you can access your dev box through the browser from the Microsoft Dev Box developer portal.
2323

2424
In this tutorial, you learn how to:
2525

@@ -34,7 +34,7 @@ To complete this tutorial, you must have access to a dev box through the develop
3434

3535
## Download the remote desktop client and connect to your dev box
3636

37-
You can use a remote desktop client application to connect to your dev box in Microsoft Dev Box. Remote desktop clients are available for many operating systems and devices.
37+
You can use a remote desktop client application to access your dev box in Microsoft Dev Box. Remote desktop clients are available for many operating systems and devices.
3838

3939
Select the relevant tab to view the steps to download and use the Remote Desktop client application from Windows or non-Windows operating systems.
4040

0 commit comments

Comments
 (0)