Skip to content

Commit b248eb7

Browse files
Merge pull request #225295 from RoseHJM/ade-mdb-common-components
Added common components includes file & stub files
2 parents 8e2ecc4 + e64d0f5 commit b248eb7

File tree

12 files changed

+120
-0
lines changed

12 files changed

+120
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Azure Deployment Environments and Microsoft Dev Box common elements
3+
description: Discover the components shared by Azure Deployment Environments and Microsoft Dev Box.
4+
ms.service: deployment-environments
5+
ms.custom: ignite-2022
6+
ms.topic: conceptual
7+
ms.author: rosemalcolm
8+
author: RoseHJM
9+
ms.date: 01/26/2022
10+
---
11+
# Components common to Azure Deployment Environments and Microsoft Dev Box
12+
13+
Azure Deployment Environments and Microsoft Dev Box are complementary
14+
services that share certain architectural components. Dev centers and
15+
projects are common to both services and they help organize resources in
16+
an enterprise. You can configure dev centers and projects in the Azure
17+
portal.
18+
19+
[!INCLUDE [ade-mdb-common-components](../../includes/ade-mdb-common-components/ade-mdb-common-components.md)]

articles/deployment-environments/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ items:
2424
href: concept-environments-key-concepts.md
2525
- name: Usage scenarios
2626
href: concept-environments-scenarios.md
27+
- name: Components common to ADE and Dev Box
28+
href: concept-common-components.md
2729
- name: How-to guides
2830
expanded: true
2931
items:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Microsoft Dev Box and Azure Deployment Environments common elements
3+
description: Discover the components shared by Microsoft Dev Box and Azure Deployment Environments.
4+
ms.service: dev-box
5+
ms.custom: ignite-2022
6+
ms.topic: conceptual
7+
ms.author: rosemalcolm
8+
author: RoseHJM
9+
ms.date: 01/26/2022
10+
---
11+
# Components common to Microsoft Dev Box and Azure Deployment Environments
12+
13+
Microsoft Dev Box and Azure Deployment Environments are complementary
14+
services that share certain architectural components. Dev centers and
15+
projects are common to both services and they help organize resources in
16+
an enterprise. You can configure dev centers and projects in the Azure
17+
portal.
18+
19+
[!INCLUDE [ade-mdb-common-components](../../includes/ade-mdb-common-components/ade-mdb-common-components.md)]

articles/dev-box/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Microsoft Dev Box documentation
23
href: index.yml
34
- name: Overview
@@ -20,6 +21,8 @@
2021
items:
2122
- name: Key concepts
2223
href: concept-dev-box-concepts.md
24+
- name: Components common to Dev Box and ADE
25+
href: concept-common-components.md
2326
- name: How-to guides
2427
expanded: true
2528
items:
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
## Common components
2+
3+
The diagram shows the components of Dev Box and Deployments Environments. Dev centers and projects are common to both
4+
services. Both use managed identities to support authentication, and both services provide access for developers through the developer portal.
5+
6+
:::image type="content" source="media/common-elements.png" alt-text="Diagram showing components of Microsoft Dev Box and Azure Deployment Environments.":::
7+
8+
The table lists Dev Box and Deployments Environments components.
9+
10+
| Component | Dev Box | Deployment Environments |
11+
|------------------------|--------------|-------------------------|
12+
| Dev centers | Yes | Yes |
13+
| Projects | Yes | Yes |
14+
| Dev box pools | Yes | No |
15+
| Dev box definitions | Yes | No |
16+
| Dev boxes | Yes | No |
17+
| Compute Galleries | Yes | No |
18+
| Managed Identities | Yes | Yes |
19+
| Environment types | No | Yes |
20+
| Environments | No | Yes |
21+
| Catalogs | No | Yes |
22+
| Developer Portal | Yes | Yes |
23+
24+
25+
## How components appear in the Azure portal
26+
27+
As you work with Dev Box or Deployments Environments in the Azure portal, you can access components from both services.
28+
29+
In the dev center overview, you can access options for:
30+
31+
1. Configuring your dev boxes
32+
33+
2. Configuring your environments
34+
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+
37+
In the projects overview, you can access options for:
38+
39+
1. Configuring environment types for a specific project
40+
41+
2. Managing dev box pools and environments
42+
43+
:::image type="content" source="media/project-overview.png" alt-text="Screenshot showing Dev Box and Deployment Environments components in a project.":::
44+
45+
You may also see informational messages that refer to a service you
46+
aren't using, like this one from the projects overview:
47+
48+
:::image type="content" source="media/project-informational.png" alt-text="Screenshot showing an informational message.":::
49+
50+
If you're not configuring the service named in the informational
51+
message, you can safely ignore it.
52+
53+
## Developer Portal
54+
55+
You can access your dev boxes and deployment environments through the
56+
[developer portal](https://devportal.microsoft.com/). You'll see
57+
existing dev boxes and environments displayed as shown in this
58+
screenshot:
59+
60+
:::image type="content" source="media/developer-portal.png" alt-text="Screenshot showing dev boxes and environments in the developer portal.":::
61+
62+
You can create new dev boxes and environments through the developer
63+
portal menu at the top right.
64+
65+
:::image type="content" source="media/developer-portal-menu.png" alt-text="Screenshot of developer portal menu.":::
66+
67+
And you can manage your existing dev boxes and environments too,
68+
selecting the more actions menu on the relevant card. Here's an example
69+
of managing an environment.
70+
71+
:::image type="content" source="media/manage-environment.png" alt-text="Screenshot of options for managing an environment.":::
72+
73+
## Next steps
74+
75+
- 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).
76+
77+
- 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).
83 KB
Loading
92.5 KB
Loading
6.77 KB
Loading
226 KB
Loading
79.8 KB
Loading

0 commit comments

Comments
 (0)