Skip to content

Commit 9baa8ea

Browse files
Merge pull request #250709 from RoseHJM/mdb-ade-common-components
Removed ADE common components article
2 parents bee1aff + 8cccec5 commit 9baa8ea

14 files changed

+98
-97
lines changed

articles/deployment-environments/.openpublishing.redirection.deployment-environments.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"source_path_from_root": "/articles/deployment-environments/configure-catalog-item.md",
2525
"redirect_url": "/azure/deployment-environments/configure-environment-definition",
2626
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/deployment-environments/concept-common-components.md",
30+
"redirect_url": "/azure/dev-box/concept-common-components",
31+
"redirect_document_id": false
2732
}
2833
]
2934
}

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

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ An environment definition is a combination of an IaC template and a manifest fil
7373

7474
To learn about the structure of an ARM template, the sections of a template, and the properties that are available in those sections, see [Understand the structure and syntax of Azure Resource Manager templates](../azure-resource-manager/templates/syntax.md).
7575

76-
## Next steps
76+
## Resources shared with Microsoft Dev Box
7777

78-
[Quickstart: Create and configure a dev center](./quickstart-create-and-configure-devcenter.md)
78+
Azure Deployment Environments and Microsoft Dev Box are complementary services that share certain architectural components. Dev centers and projects are common to both services, and they help organize resources in an enterprise. You can configure projects for Deployment Environments and projects for Dev Box resources in the same dev center.
79+
80+
To learn more about the components common to Deployment Environments and Dev Box, see [Components common to Microsoft Dev Box and Azure Deployment Environments](/azure/dev-box/concept-common-components).
81+
82+
## Related content
83+
84+
- [What is Azure Deployment Environments?](overview-what-is-azure-deployment-environments.md)
85+
- [Quickstart: Create and configure a dev center](./quickstart-create-and-configure-devcenter.md)
86+
- [What is Microsoft Dev Box?](../dev-box/overview-what-is-microsoft-dev-box.md)

articles/deployment-environments/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ items:
2424
href: concept-environments-key-concepts.md
2525
- name: Usage scenarios
2626
href: concept-environments-scenarios.md
27-
- name: Deployment Environments and Dev Box components
28-
href: concept-common-components.md
2927
- name: Reliability in Azure Deployment Environments
3028
href: concept-environments-reliability-availability.md
3129
- name: How-to guides
Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,81 @@
11
---
2-
title: Components common to Azure Deployment Environments and Microsoft Dev Box
2+
title: Components common to Microsoft Dev Box and Azure Deployment Environments
33
description: Discover the components shared by Microsoft Dev Box and Azure Deployment Environments.
44
ms.service: dev-box
55
ms.custom: ignite-2022
66
ms.topic: conceptual
77
ms.author: rosemalcolm
88
author: RoseHJM
9-
ms.date: 06/23/2023
9+
ms.date: 09/07/2023
1010
---
1111
# Components common to Microsoft Dev Box and Azure Deployment Environments
1212

13-
> [!TIP]
14-
> Welcome to the **Microsoft Dev Box** documentation. If you're looking for information about **Azure Deployment Environments**, follow this link: [*Components common to Azure Deployment Environments and Microsoft Dev Box*](../deployment-environments/concept-common-components.md).
13+
Microsoft Dev Box and Azure Deployment Environments are complementary services that share certain architectural components. Dev centers and projects are common to both services, and they help organize resources in an enterprise. You can configure dev centers and projects in the Azure portal.
1514

16-
[!INCLUDE [ade-mdb-common-components](../../includes/ade-mdb-common-components/ade-mdb-common-components.md)]
15+
## Common components
16+
17+
The diagram shows the components of Dev Box and Deployment 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.
18+
19+
:::image type="content" source="media/concept-common-components/common-elements.png" border="false" alt-text="Diagram showing components of Microsoft Dev Box and Azure Deployment Environments.":::
20+
21+
The following table lists Dev Box and Deployment Environments components:
22+
23+
| Component | Dev Box | Deployment Environments |
24+
|------------------------|--------------|-------------------------|
25+
| Dev centers | Yes | Yes |
26+
| Projects | Yes | Yes |
27+
| Dev box pools | Yes | No |
28+
| Dev box definitions | Yes | No |
29+
| Dev boxes | Yes | No |
30+
| Compute galleries | Yes | No |
31+
| Managed identities | Yes | Yes |
32+
| Environment types | No | Yes |
33+
| Environments | No | Yes |
34+
| Catalogs | No | Yes |
35+
| Developer portal | Yes | Yes |
36+
37+
## How components appear in the Azure portal
38+
39+
As you work with Dev Box or Deployment Environments in the Azure portal, you can access components from both services.
40+
41+
In the dev center overview, you can access options to:
42+
43+
(1) Configure your dev boxes.
44+
45+
(2) Configure your environments.
46+
47+
:::image type="content" source="media/concept-common-components/dev-center-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a dev center.":::
48+
49+
In the projects overview, you can access options to:
50+
51+
(1) Configure environment types for a specific project.
52+
53+
(2) Manage dev box pools and environments.
54+
55+
:::image type="content" source="media/concept-common-components/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
56+
57+
You might also see informational messages that refer to a service you aren't using, like this one from the projects overview:
58+
59+
:::image type="content" source="media/concept-common-components/project-informational.png" alt-text="Screenshot showing an informational message.":::
60+
61+
If you're not configuring for the service named in the informational message, you can safely ignore it.
62+
63+
## Developer portal
64+
65+
You can access your dev boxes and deployment environments through the [developer portal](https://devportal.microsoft.com/). You see existing dev boxes and environments displayed as shown in this screenshot:
66+
67+
:::image type="content" source="media/concept-common-components/developer-portal.png" alt-text="Screenshot showing dev boxes and environments in the developer portal.":::
68+
69+
You can create new dev boxes and environments through the developer portal menu at the top right.
70+
71+
:::image type="content" source="media/concept-common-components/developer-portal-menu.png" alt-text="Screenshot that shows the developer portal menu.":::
72+
73+
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:
74+
75+
:::image type="content" source="media/concept-common-components/manage-environment.png" alt-text="Screenshot that shows options for managing an environment.":::
76+
77+
## Next steps
78+
79+
- To learn how to configure Microsoft Dev Box, see [Quickstart: Configure the Microsoft Dev Box service](../../articles/dev-box/quickstart-configure-dev-box-service.md).
80+
81+
- 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).

articles/dev-box/concept-dev-box-concepts.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,16 @@ The virtual network specified in a network connection also determines the region
5353

5454
## Dev box pool
5555

56-
A dev box pool is a collection of dev boxes that you manage together and to which you apply similar settings. You can create multiple dev box pools to support the needs of hybrid teams that work in different regions or on different workloads.
56+
A dev box pool is a collection of dev boxes that you manage together and to which you apply similar settings. You can create multiple dev box pools to support the needs of hybrid teams that work in different regions or on different workloads.
57+
58+
## Resources shared with Azure Deployment Environments
59+
60+
Microsoft Dev Box and Azure Deployment Environments are complementary services that share certain architectural components. Dev centers and projects are common to both services, and they help organize resources in an enterprise. You can configure projects for Deployment Environments and projects for Dev Box resources in the same dev center.
61+
62+
To learn more about the components common to Deployment Environments and Dev Box, see [Components common to Microsoft Dev Box and Azure Deployment Environments](concept-common-components.md).
63+
64+
## Related content
65+
66+
- [What is Microsoft Dev Box?](overview-what-is-microsoft-dev-box.md)
67+
- [Quickstart: Configure Microsoft Dev Box](quickstart-configure-dev-box-service.md)
68+
- [What is Azure Deployment Environments?](../deployment-environments/overview-what-is-azure-deployment-environments.md)

0 commit comments

Comments
 (0)