|
1 | 1 | ---
|
2 |
| -title: Components common to Azure Deployment Environments and Microsoft Dev Box |
| 2 | +title: Components common to Microsoft Dev Box and Azure Deployment Environments |
3 | 3 | description: Discover the components shared by Microsoft Dev Box and Azure Deployment Environments.
|
4 | 4 | ms.service: dev-box
|
5 | 5 | ms.custom: ignite-2022
|
6 | 6 | ms.topic: conceptual
|
7 | 7 | ms.author: rosemalcolm
|
8 | 8 | author: RoseHJM
|
9 |
| -ms.date: 06/23/2023 |
| 9 | +ms.date: 09/07/2023 |
10 | 10 | ---
|
11 | 11 | # Components common to Microsoft Dev Box and Azure Deployment Environments
|
12 | 12 |
|
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. |
15 | 14 |
|
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). |
0 commit comments