Skip to content

Commit a2b081c

Browse files
committed
edits
1 parent a2c3dbb commit a2b081c

File tree

5 files changed

+37
-36
lines changed

5 files changed

+37
-36
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Deployment Environments and Microsoft Dev Box common elements
3-
description: Discover the components that are shared by Azure Deployment Environments and Microsoft Dev Box.
3+
description: Discover the components that are shared by Azure Deployment Environments Preview and Microsoft Dev Box.
44
ms.service: deployment-environments
55
ms.custom: ignite-2022
66
ms.topic: conceptual
@@ -11,6 +11,8 @@ ms.date: 01/26/2022
1111
# Components common to Azure Deployment Environments and Microsoft Dev Box
1212

1313
> [!TIP]
14-
> Welcome to the **Azure Deployment Environments** documentation. If you're looking for information about **Microsoft Dev Box**, go to [Components common to Microsoft Dev Box and Azure Deployment Environments](../dev-box/concept-common-components.md).
14+
> Welcome to the *Azure Deployment Environments Preview* documentation.
15+
>
16+
> If you're looking for information about *Microsoft Dev Box*, go to [Components common to Microsoft Dev Box and Azure Deployment Environments](../dev-box/concept-common-components.md).
1517
16-
[!INCLUDE [ade-mdb-common-components](../../includes/ade-mdb-common-components/ade-mdb-common-components.md)]
18+
[!INCLUDE [ade-mdb-common-components](../../includes/ade-mdb-common-components/ade-mdb-common-components.md)]

articles/deployment-environments/how-to-create-access-environments.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and access an environment by using the Azure CLI
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to create and access an environment in an Azure Deployment Environments Preview project by using the AzureCLI.
4+
description: Learn how to create and access an environment in an Azure Deployment Environments Preview project by using the Azure CLI.
55
author: RoseHJM
66
ms.author: rosemalcolm
77
ms.service: deployment-environments
@@ -49,8 +49,7 @@ This article shows you how to create and access an [environment](concept-environ
4949
Complete the following steps in the Azure CLI to create an environment and configure resources. You can view the outputs as defined in the specific Azure Resource Manager template (ARM template).
5050
5151
> [!NOTE]
52-
> Only a user who has the [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has appropriate permissions can create an environment.
53-
52+
> Only a user who has the [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has the required permissions can create an environment.
5453
5554
1. Sign in to the Azure CLI:
5655
@@ -107,15 +106,15 @@ Complete the following steps in the Azure CLI to create an environment and confi
107106
```
108107

109108
> [!NOTE]
110-
> You can use `--help` to view more details about any command, accepted arguments and examples. For example, use `az devcenter dev environment create --help` to view more details about creating an environment.
109+
> You can use `--help` to view more details about any command, accepted arguments, and examples. For example, use `az devcenter dev environment create --help` to view more details about creating an environment.
111110
112-
### Troubleshoot permission error
111+
### Troubleshoot a permissions error
113112

114-
You must have the [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has appropriate permissions can create an environment.
113+
You must have the [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has the required permissions to create an environment.
115114

116-
If you don't have the correct permissions, creation of the environment will fail, and you may receive an error message like this:
115+
If you don't have the correct permissions, the environment isn't created. An error message like the following example might appear:
117116

118-
```
117+
```output
119118
(EnvironmentNotFound) The environment resource was not found.
120119
Code: EnvironmentNotFound
121120
Message: The environment resource was not found.

articles/deployment-environments/how-to-manage-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ ms.date: 02/28/2023
1111

1212
# Manage your environment
1313

14-
In Azure Deployment Environments Preview, a development infrastructure (dev infra) admin gives developers access to projects and the environment types that are associated with them. After a developer has access, they can create deployments environments based on the pre-configured environment types. The permissions that the creator of the environment and the rest of team have to access the environment’s resources are defined in the specific environment type.
14+
In Azure Deployment Environments Preview, a development infrastructure admin gives developers access to projects and the environment types that are associated with them. After a developer has access, they can create deployments environments based on the pre-configured environment types. The permissions that the creator of the environment and the rest of team have to access the environment’s resources are defined in the specific environment type.
1515

1616
As a developer, you can create and manage your environments from the developer portal or by using the Azure CLI.
1717

1818
## Prerequisites
1919

2020
- Access to a project that has at least one environment type.
21-
- The [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has appropriate permissions to create an environment.
21+
- The [Deployment Environments User](how-to-configure-deployment-environments-user.md) role, the [DevCenter Project Admin](how-to-configure-project-admin.md) role, or a [built-in role](../role-based-access-control/built-in-roles.md) that has the required permissions to create an environment.
2222

2323
## Manage an environment by using the developer portal
2424

articles/deployment-environments/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

3-
title: Azure Deployment Environments documentation
4-
summary: Learn how to configure self-serve environments that developers can use to deploy their code with the Azure Deployment Environments service. Tutorials, quickstarts, how-to guides, and more.
3+
title: Azure Deployment Environments Preview documentation
4+
summary: Learn how to configure self-serve environments that developers can use to deploy their code with the Azure Deployment Environments Preview service. Tutorials, quickstarts, how-to guides, and more.
55

66
metadata:
7-
title: Azure Deployment Environments documentation
8-
description: Learn how to configure self-serve environments that developers can use to deploy their code with the Azure Deployment Environments service. Tutorials, quickstarts, how-to guides, and more.
7+
title: Azure Deployment Environments Preview documentation
8+
description: Learn how to configure self-serve environments that developers can use to deploy their code with the Azure Deployment Environments Preview service. Tutorials, quickstarts, how-to guides, and more.
99
services: deployment-environments
1010
ms.service: deployment-environments
1111
ms.custom: ignite-2022
@@ -26,7 +26,7 @@ landingContent:
2626
url: overview-what-is-azure-deployment-environments.md
2727
- text: Key concepts
2828
url: concept-environments-key-concepts.md
29-
- text: Usage scenarios
29+
- text: Use scenarios
3030
url: concept-environments-scenarios.md
3131

3232
# Card
@@ -38,11 +38,11 @@ landingContent:
3838
url: quickstart-create-and-configure-devcenter.md
3939
- text: 'Create & configure a project'
4040
url: quickstart-create-and-configure-projects.md
41-
- text: 'Create & access Environments'
41+
- text: 'Create & access environments'
4242
url: quickstart-create-access-environments.md
4343

4444
# Card
45-
- title: Configure Deployment Environments service
45+
- title: Configure the Deployment Environments service
4646
linkLists:
4747
- linkListType: how-to-guide
4848
links:

includes/ade-mdb-common-components/ade-mdb-common-components.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Microsoft Dev Box and Azure Deployment Environments are complementary services t
44

55
The diagram shows the components of Dev Box and Deployments Environments. Dev centers and projects are common to both services. Both use managed identities to support authentication, and both services provide access for developers through the developer portal.
66

7-
:::image type="content" source="media/common-elements.png" alt-text="Diagram showing components of Microsoft Dev Box and Azure Deployment Environments.":::
7+
:::image type="content" source="media/common-elements.png" border="false" alt-text="Diagram showing components of Microsoft Dev Box and Azure Deployment Environments.":::
88

99
The following table lists Dev Box and Deployments Environments components:
1010

@@ -15,34 +15,34 @@ The following table lists Dev Box and Deployments Environments components:
1515
| Dev box pools | Yes | No |
1616
| Dev box definitions | Yes | No |
1717
| Dev boxes | Yes | No |
18-
| Compute Galleries | Yes | No |
19-
| Managed Identities | Yes | Yes |
18+
| Compute galleries | Yes | No |
19+
| Managed identities | Yes | Yes |
2020
| Environment types | No | Yes |
2121
| Environments | No | Yes |
2222
| Catalogs | No | Yes |
23-
| Developer Portal | Yes | Yes |
23+
| Developer portal | Yes | Yes |
2424

2525
## How components appear in the Azure portal
2626

2727
As you work with Dev Box or Deployments Environments in the Azure portal, you can access components from both services.
2828

29-
In the dev center overview, you can access options for:
29+
In the dev center overview, you can access options to:
3030

31-
1. Configuring your dev boxes
31+
- Configure your dev boxes.
3232

33-
2. Configuring your environments
33+
- Configure your environments.
3434

3535
:::image type="content" source="media/dev-center-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a dev center.":::
3636

37-
In the projects overview, you can access options for:
37+
In the projects overview, you can access options to:
3838

39-
1. Configuring environment types for a specific project
39+
- Configure environment types for a specific project.
4040

41-
2. Managing dev box pools and environments
41+
- Manage dev box pools and environments.
4242

4343
:::image type="content" source="media/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
4444

45-
You may also see informational messages that refer to a service you aren't using, like this one from the projects overview:
45+
You might also see informational messages that refer to a service you aren't using, like this one from the projects overview:
4646

4747
:::image type="content" source="media/project-informational.png" alt-text="Screenshot showing an informational message.":::
4848

@@ -56,14 +56,14 @@ You can access your dev boxes and deployment environments through the [developer
5656

5757
You can create new dev boxes and environments through the developer portal menu at the top right.
5858

59-
:::image type="content" source="media/developer-portal-menu.png" alt-text="Screenshot of developer portal menu.":::
59+
:::image type="content" source="media/developer-portal-menu.png" alt-text="Screenshot that shows the developer portal menu.":::
6060

61-
And you can manage your existing dev boxes and environments too, selecting the more actions menu on the relevant card. Here's an example of managing an environment.
61+
And you can manage your existing dev boxes and environments, too. Select the **more actions** menu on the relevant card. Here's an example of managing an environment:
6262

63-
:::image type="content" source="media/manage-environment.png" alt-text="Screenshot of options for managing an environment.":::
63+
:::image type="content" source="media/manage-environment.png" alt-text="Screenshot that shows options for managing an environment.":::
6464

6565
## Next steps
6666

67-
- To learn how to configure Microsoft Dev Box, go to [Quickstart: Configure the Microsoft Dev Box Preview service](../../articles/dev-box/quickstart-configure-dev-box-service.md).
67+
- To learn how to configure Microsoft Dev Box, see [Quickstart: Configure the Microsoft Dev Box Preview service](../../articles/dev-box/quickstart-configure-dev-box-service.md).
6868

69-
- To learn how to configure Azure Deployment Environments, go to [Quickstart: Create and configure a dev center](../../articles/deployment-environments/quickstart-create-and-configure-devcenter.md).
69+
- To learn how to configure Azure Deployment Environments, see [Quickstart: Create and configure a dev center](../../articles/deployment-environments/quickstart-create-and-configure-devcenter.md).

0 commit comments

Comments
 (0)