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
Copy file name to clipboardExpand all lines: articles/dev-box/concept-dev-box-concepts.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: dev-box
6
6
author: RoseHJM
7
7
ms.author: rosemalcolm
8
8
ms.topic: concept-article
9
-
ms.date: 12/15/2023
9
+
ms.date: 02/26/2025
10
10
ms.custom: template-concept
11
11
#Customer intent: As a platform engineer, I want to understand Dev Box concepts and terminology so that I can set up a Dev Box environment.
12
12
---
@@ -36,9 +36,9 @@ A dev center is a collection of [Projects](#project) that require similar settin
36
36
37
37
## Catalogs
38
38
39
-
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process. Microsoft provides a *[quick start](https://github.com/microsoft/devcenter-catalog)*[ catalog](https://github.com/microsoft/devcenter-catalog) that contains a set of sample tasks. You can attach the quick start catalog to a dev center to make these tasks available to all the projects associated with the dev center. You can modify the sample tasks to suit your needs, and you can create your own catalog of tasks.
39
+
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process. Microsoft provides a [*quick start catalog*](https://github.com/microsoft/devcenter-catalog) that contains a set of sample tasks. You can attach the quick start catalog to a dev center to make these tasks available to all the projects associated with the dev center. You can modify the sample tasks to suit your needs, and you can create your own catalog of tasks.
40
40
41
-
To learn how to create reusable customization tasks, see [Create reusable dev box customizations](./how-to-customize-dev-box-setup-tasks.md).
41
+
To learn how to create Dev Box customizations, see [Microsoft Dev Box team customizations](concept-what-are-team-customizations.md).
42
42
43
43
## Project
44
44
@@ -58,10 +58,11 @@ A dev box definition specifies a source image and size, including compute size a
58
58
59
59
IT administrators and platform engineers configure the network they use for dev box creation in accordance with their organizational policies. Network connections store configuration information, like Active Directory join type and virtual network, that dev boxes use to connect to network resources.
60
60
61
-
When you're creating a network connection, you must choose the Active Directory join type:
62
-
63
-
- If your dev boxes need to connect exclusively to cloud-based resources, use native Microsoft Entra ID.
64
-
- If your dev boxes need to connect to on-premises resources and cloud-based resources, use hybrid Microsoft Entra ID.
61
+
Dev Box supports two types of network connections:
62
+
-**Microsoft-hosted network connection** - Microsoft manages the network infrastructure and related services for your dev boxes.
63
+
-**Azure network connection** - You manage the network infrastructure and related services for your dev boxes.
64
+
- If your dev boxes need to connect exclusively to cloud-based resources, use native Microsoft Entra ID join.
65
+
- If your dev boxes need to connect to on-premises resources and cloud-based resources, use hybrid Microsoft Entra ID join.
65
66
66
67
To learn more about native Microsoft Entra join and Microsoft Entra hybrid join, see [Plan your Microsoft Entra device deployment](../active-directory/devices/plan-device-deployment.md).
67
68
@@ -77,7 +78,7 @@ To help you decide on the regions to use, check:
77
78
-[Dev Box availability by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=dev-box)
0 commit comments