You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
ms.service: deployment-environments
5
5
ms.custom: ignite-2022
6
6
ms.topic: conceptual
@@ -11,6 +11,8 @@ ms.date: 01/26/2022
11
11
# Components common to Azure Deployment Environments and Microsoft Dev Box
12
12
13
13
> [!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).
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-create-access-environments.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create and access an environment by using the Azure CLI
3
3
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.
5
5
author: RoseHJM
6
6
ms.author: rosemalcolm
7
7
ms.service: deployment-environments
@@ -49,8 +49,7 @@ This article shows you how to create and access an [environment](concept-environ
49
49
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).
50
50
51
51
> [!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.
54
53
55
54
1. Sign in to the Azure CLI:
56
55
@@ -107,15 +106,15 @@ Complete the following steps in the Azure CLI to create an environment and confi
107
106
```
108
107
109
108
> [!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.
111
110
112
-
### Troubleshoot permission error
111
+
### Troubleshoot a permissions error
113
112
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.
115
114
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:
117
116
118
-
```
117
+
```output
119
118
(EnvironmentNotFound) The environment resource was not found.
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-manage-environments.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ ms.date: 02/28/2023
11
11
12
12
# Manage your environment
13
13
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.
15
15
16
16
As a developer, you can create and manage your environments from the developer portal or by using the Azure CLI.
17
17
18
18
## Prerequisites
19
19
20
20
- 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.
22
22
23
23
## Manage an environment by using the developer portal
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.
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.
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.
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.
Copy file name to clipboardExpand all lines: includes/ade-mdb-common-components/ade-mdb-common-components.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Microsoft Dev Box and Azure Deployment Environments are complementary services t
4
4
5
5
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.
6
6
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.":::
8
8
9
9
The following table lists Dev Box and Deployments Environments components:
10
10
@@ -15,34 +15,34 @@ The following table lists Dev Box and Deployments Environments components:
15
15
| Dev box pools | Yes | No |
16
16
| Dev box definitions | Yes | No |
17
17
| Dev boxes | Yes | No |
18
-
| Compute Galleries| Yes | No |
19
-
| Managed Identities| Yes | Yes |
18
+
| Compute galleries| Yes | No |
19
+
| Managed identities| Yes | Yes |
20
20
| Environment types | No | Yes |
21
21
| Environments | No | Yes |
22
22
| Catalogs | No | Yes |
23
-
| Developer Portal| Yes | Yes |
23
+
| Developer portal| Yes | Yes |
24
24
25
25
## How components appear in the Azure portal
26
26
27
27
As you work with Dev Box or Deployments Environments in the Azure portal, you can access components from both services.
28
28
29
-
In the dev center overview, you can access options for:
29
+
In the dev center overview, you can access options to:
30
30
31
-
1. Configuring your dev boxes
31
+
- Configure your dev boxes.
32
32
33
-
2. Configuring your environments
33
+
- Configure your environments.
34
34
35
35
:::image type="content" source="media/dev-center-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a dev center.":::
36
36
37
-
In the projects overview, you can access options for:
37
+
In the projects overview, you can access options to:
38
38
39
-
1. Configuring environment types for a specific project
39
+
- Configure environment types for a specific project.
40
40
41
-
2. Managing dev box pools and environments
41
+
- Manage dev box pools and environments.
42
42
43
43
:::image type="content" source="media/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
44
44
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:
46
46
47
47
:::image type="content" source="media/project-informational.png" alt-text="Screenshot showing an informational message.":::
48
48
@@ -56,14 +56,14 @@ You can access your dev boxes and deployment environments through the [developer
56
56
57
57
You can create new dev boxes and environments through the developer portal menu at the top right.
58
58
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.":::
60
60
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:
62
62
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.":::
64
64
65
65
## Next steps
66
66
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).
68
68
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