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/how-to-configure-network-connections.md
+47-42Lines changed: 47 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Configure network connections
2
+
title: Configure Network Connections
3
3
titleSuffix: Microsoft Dev Box
4
4
description: Learn how to manage network connections for a dev center in Microsoft Dev Box. Connect to a virtual network or enable connecting to on-premises resources.
5
5
services: dev-box
6
6
ms.service: dev-box
7
7
author: RoseHJM
8
8
ms.author: rosemalcolm
9
-
ms.date: 01/12/2024
9
+
ms.date: 08/27/2025
10
10
ms.topic: how-to
11
11
#Customer intent: As a platform engineer, I want to be able to manage network connections so that I can enable dev boxes to connect to my existing networks and deploy them in the desired region.
12
12
---
@@ -31,7 +31,7 @@ When you're planning network connectivity for your dev boxes, consider the follo
31
31
32
32
### Verify your permissions
33
33
34
-
To manage a network connection, confirm that you have the following permissions:
34
+
To manage a network connection, confirm you have the following permissions:
35
35
36
36
| Action | Role | Permissions required |
37
37
|---|---|---|
@@ -41,35 +41,37 @@ To manage a network connection, confirm that you have the following permissions:
41
41
42
42
## Create a virtual network and subnet
43
43
44
-
To create a network connection, you need an existing virtual network and subnet. If you don't have a virtual network and subnet available, use the following steps to create them:
44
+
To create a network connection, you need an existing virtual network and subnet. If you don't have a virtual network and subnet available, use the following steps to create these resources:
45
45
46
46
1. Sign in to the [Azure portal](https://portal.azure.com).
47
47
48
-
1. In the search box, enter **virtual network**. In the list of results, select **Virtual Network**.
48
+
1. In the search box, enter **virtual network**. In the list of results, select **Virtual networks**.
49
49
50
-
1. On the **Virtual Network** page, select **Create**.
50
+
1. On the **Virtual networks** page, select **+ Create**.
51
51
52
-
1. On the **Create virtual network** pane, on the **Basics** tab, enter the following values:
52
+
1. On the **Create virtual network** pane, configure the following values on the **Basics** tab:
53
53
54
-
| Setting | Value |
55
-
|---|---|
56
-
|**Subscription**| Select your subscription. |
57
-
|**Resource group**| Select an existing resource group, or create a new one by selecting **Create new**, entering a name, and then selecting **OK**. |
58
-
|**Name**| Enter a name for the virtual network. |
59
-
|**Region**| Select the region for the virtual network and dev boxes. |
54
+
| Setting | Value |
55
+
|---|---|
56
+
|**Subscription**| Select your subscription. |
57
+
|**Resource group**| Select an existing resource group, or create a new resource by selecting **Create new**, entering a name, and then selecting **OK**. |
58
+
|**Virtual network name**| Enter a name for the virtual network. |
59
+
|**Region**| Select the region for the virtual network and dev boxes. |
60
60
61
-
:::image type="content" source="./media/how-to-manage-network-connection/example-basics-tab.png" alt-text="Screenshot of the Basics tab on the pane for creating a virtual network in the Azure portal." lightbox="./media/how-to-manage-network-connection/example-basics-tab.png":::
61
+
:::image type="content" source="./media/how-to-manage-network-connection/example-basics-tab.png" border="false" alt-text="Screenshot of the Basics tab on the pane for creating a virtual network in the Azure portal." lightbox="./media/how-to-manage-network-connection/example-basics-tab.png":::
62
62
63
63
> [!IMPORTANT]
64
64
> The region you select for the virtual network is where Azure deploys the dev boxes.
65
65
66
-
1. On the **IP Addresses** tab, accept the default settings.
67
-
68
66
1. On the **Security** tab, accept the default settings.
69
67
68
+
1. On the **IP addresses** tab, accept the default settings.
69
+
70
70
1. On the **Review + create** tab, review the settings.
71
71
72
-
1. Select **Create**.
72
+
1. After validation passes for your configuration, select **Create**.
73
+
74
+
This procedure creates a virtual network and a default subnet.
73
75
74
76
## Allow access to Microsoft Dev Box endpoints from your network
75
77
@@ -79,82 +81,85 @@ If your organization routes egress traffic through a firewall, you need to open
79
81
80
82
## Plan a network connection
81
83
82
-
The following sections show you how to create and configure a network connection in Microsoft Dev Box.
84
+
The following sections show how to create and configure a network connection in Microsoft Dev Box.
83
85
84
86
### Review types of Active Directory join
85
87
86
-
Microsoft Dev Box requires a configured and working Active Directory join, which defines how dev boxes join your domain and access resources. There are two choices: Microsoft Entra join and Microsoft Entra hybrid join.
88
+
Microsoft Dev Box requires a configured and working Active Directory join, which defines how dev boxes join your domain and access resources. You have two choices:
87
89
88
-
-**Microsoft Entra join**. If your organization uses Microsoft Entra ID, you can use a Microsoft Entra join (sometimes called a _native_ Microsoft Entra join). Dev box users sign in to Microsoft Entra joined dev boxes by using their Microsoft Entra account. They access resources based on the permissions assigned to that account. Microsoft Entra join enables access to cloud-based and on-premises apps and resources. For more information, see [Plan your Microsoft Entra join deployment](../active-directory/devices/device-join-plan.md).
90
+
-**Microsoft Entra join**: If your organization uses Microsoft Entra ID, you can use a Microsoft Entra join (sometimes called a _native_ Microsoft Entra join). Dev box users sign in to Microsoft Entra joined dev boxes by using their Microsoft Entra account. They access resources based on the permissions assigned to that account. Microsoft Entra join enables access to cloud-based and on-premises apps and resources. For more information, see [Plan your Microsoft Entra join deployment](../active-directory/devices/device-join-plan.md).
89
91
90
-
-**Microsoft Entra hybrid join**. If your organization has an on-premises Active Directory implementation, you can still benefit from some of the functionality in Microsoft Entra ID by using Microsoft Entra hybrid joined dev boxes. These dev boxes are joined to your on-premises Active Directory instance and registered with Microsoft Entra ID. Microsoft Entra hybrid joined dev boxes require network line of sight to your on-premises domain controllers periodically. Without this connection, devices become unusable. For more information, see [Plan your Microsoft Entra hybrid join deployment](../active-directory/devices/hybrid-join-plan.md).
92
+
-**Microsoft Entra hybrid join**: If your organization has an on-premises Active Directory implementation, you can still benefit from some of the functionality in Microsoft Entra ID by using Microsoft Entra hybrid joined dev boxes. These dev boxes are joined to your on-premises Active Directory instance and registered with Microsoft Entra ID. Microsoft Entra hybrid joined dev boxes require network line of sight to your on-premises domain controllers periodically. Without this connection, devices become unusable. For more information, see [Plan your Microsoft Entra hybrid join deployment](../active-directory/devices/hybrid-join-plan.md).
91
93
92
94
### Create a network connection
95
+
96
+
Use the following procedures to create a network connection for your dev box configuration.
97
+
93
98
<aname='azure-ad-join'></a>
94
99
95
100
# [**Microsoft Entra join**](#tab/AzureADJoin/)
96
101
97
102
1. Sign in to the [Azure portal](https://portal.azure.com).
98
103
99
-
1. In the search box, enter **network connections**. In the list of results, select **Network Connections**.
104
+
1. In the search box, enter **network connections**. In the list of results, select **Network connections**.
100
105
101
-
1. On the **Network Connections** page, select **Create**.
106
+
1. On the **Network connections** page, select **+ Create**:
102
107
103
-
:::image type="content" source="./media/how-to-manage-network-connection/network-connections-empty.png" alt-text="Screenshot that shows the Create button on the page for network connections." lightbox="./media/how-to-manage-network-connection/network-connections-empty.png":::
108
+
:::image type="content" source="./media/how-to-manage-network-connection/network-connections-empty.png" alt-text="Screenshot that shows how to select Create on the Network connections pane.":::
104
109
105
-
1. On the **Create a network connection** pane, on the **Basics** tab, enter the following values:
110
+
1. On the **Create a network connection** pane, configure the following values on the **Basics** tab:
|**Subscription**| Select the subscription in which you want to create the network connection. |
111
116
|**Resource group**| Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
112
117
|**Name**| Enter a descriptive name for the network connection. |
113
118
|**Virtual network**| Select the virtual network that you want the network connection to use. |
114
119
|**Subnet**| Select the subnet that you want the network connection to use. |
115
120
116
-
:::image type="content" source="./media/how-to-manage-network-connection/create-native-network-connection-full-blank.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a network connection, with the option for Microsoft Entra join selected." lightbox="./media/how-to-manage-network-connection/create-native-network-connection-full-blank.png":::
121
+
:::image type="content" source="./media/how-to-manage-network-connection/create-native-network-connection-full-blank.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a network connection, with the option for Microsoft Entra join selected.":::
117
122
118
-
1.Select **Review + Create**.
123
+
1.On the **Review + create** tab, review the settings.
119
124
120
-
1.On the **Review** tab, select **Create**.
125
+
1.After validation passes for your configuration, select **Create**.
121
126
122
-
1.When the deployment completes, select **Go to resource**. Confirm the connection appears on the **Network Connections** page.
127
+
1.After the deployment completes, select **Go to resource**. Confirm the connection appears on the **Network connections** page.
1. Sign in to the [Azure portal](https://portal.azure.com).
129
134
130
-
1. In the search box, enter **network connections**. In the list of results, select **Network Connections**.
135
+
1. In the search box, enter **network connections**. In the list of results, select **Network connections**.
131
136
132
-
1. On the **Network Connections** page, select **Create**.
137
+
1. On the **Network connections** page, select **+ Create**:
133
138
134
-
:::image type="content" source="./media/how-to-manage-network-connection/network-connections-empty.png" alt-text="Screenshot that shows the Create button on the page that lists network connections." lightbox="./media/how-to-manage-network-connection/network-connections-empty.png":::
139
+
:::image type="content" source="./media/how-to-manage-network-connection/network-connections-empty.png" alt-text="Screenshot that shows the Create option highlighted on the Network connections pane.":::
135
140
136
-
1. On the **Create a network connection** pane, on the **Basics** tab, enter the following values:
141
+
1. On the **Create a network connection** pane, configure the following values on the **Basics** tab:
|**Subscription**| Select the subscription in which you want to create the network connection. |
142
-
|**ResourceGroup**| Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
147
+
|**Resource group**| Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
143
148
|**Name**| Enter a descriptive name for the network connection. |
144
149
|**Virtual network**| Select the virtual network that you want the network connection to use. |
145
150
|**Subnet**| Select the subnet that you want the network connection to use. |
146
-
|**AD DNS domain name**| Enter the DNS name of the Active Directory domain that you want to use for connecting and provisioning Cloud PCs. For example:`corp.contoso.com`. |
151
+
|**AD DNS domain name**| Enter the domain name system (DNS) name of the Active Directory domain that you want to use for connecting and provisioning cloud computers, such as`corp.contoso.com`. |
147
152
|**Organizational unit**| Enter the organizational unit (OU). An OU is a container within an Active Directory domain that can hold users, groups, and computers. |
148
-
|**AD username UPN**| Enter the username, in user principal name (UPN) format, that you want to use for connecting Cloud PCs to your Active Directory domain. For example:`[email protected]`. This service account must have permission to join computers to the domain and the target OU (if one is set). |
153
+
|**AD username UPN**| Enter the username, in user principal name (UPN) format, that you want to use for connecting cloud computers to your Active Directory domain, such as`[email protected]`. This service account must have permission to join computers to the domain and the target OU (if one is set). |
149
154
|**AD domain password**| Enter the password for the user. |
150
155
151
-
:::image type="content" source="./media/how-to-manage-network-connection/create-hybrid-network-connection-full-blank.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a network connection, with the option for Microsoft Entra hybrid join selected." lightbox="./media/how-to-manage-network-connection/create-hybrid-network-connection-full-blank.png":::
156
+
:::image type="content" source="./media/how-to-manage-network-connection/create-hybrid-network-connection-full-blank.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a network connection, with the option for Microsoft Entra hybrid join selected.":::
152
157
153
-
1.Select **Review + Create**.
158
+
1.On the **Review + create** tab, review the settings.
154
159
155
-
1.On the **Review** tab, select **Create**.
160
+
1.After validation passes for your configuration, select **Create**.
156
161
157
-
1.When the deployment completes, select **Go to resource**. Confirm the connection appears on the **Network connections** page.
162
+
1.After the deployment completes, select **Go to resource**. Confirm the connection appears on the **Network connections** page.
Copy file name to clipboardExpand all lines: articles/dev-box/includes/attach-remove-network-connections.md
+20-13Lines changed: 20 additions & 13 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
author: RoseHJM
3
3
ms.author: rosemalcolm
4
-
ms.date: 01/12/2024
4
+
ms.date: 08/27/2025
5
5
ms.topic: include
6
6
ms.service: dev-box
7
7
---
@@ -12,41 +12,48 @@ You can attach existing network connections to a dev center. You must attach a n
12
12
13
13
Network connections enable dev boxes to connect to existing virtual networks. The location, or Azure region, of the network connection determines where associated dev boxes are hosted.
14
14
15
-
To attach a network connection to a dev center in Microsoft Dev Box:
15
+
Follow these steps to attach a network connection to a dev center in Microsoft Dev Box:
16
16
17
17
1. Sign in to the [Azure portal](https://portal.azure.com).
18
18
19
19
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
20
20
21
-
1. Select the dev center that you created, and then select **Networking**.
21
+
1. Select the specific dev center that you want to update.
22
22
23
-
1.Select**+ Add**.
23
+
1.Under**Dev box configuration**, select **Networking**, and then select **+ Add**:
24
24
25
-
1. On the **Add network connection** pane, select the network connection that you created earlier, and then select **Add**.
25
+
:::image type="content" source="../media/how-to-manage-network-connection/select-add-network-connection.png" alt-text="Screenshot that shows how to select Add to attach a network connection to a dev center.":::
26
26
27
-
:::image type="content" source="../media/how-to-manage-network-connection/add-network-connection.png" alt-text="Screenshot that shows the pane for adding a network connection." lightbox="../media/how-to-manage-network-connection/add-network-connection.png":::
27
+
1. On the **Add networkconnection** pane, select the network connection, and then select **Add**:
28
28
29
-
After you attach a network connection, the Azure portal runs several health checks on the network. You can view the status of the checks on the resource overview page.
29
+
:::image type="content" source="../media/how-to-manage-network-connection/add-network-connection.png" alt-text="Screenshot that shows the pane for selecting the network connection to add.":::
30
30
31
-
:::image type="content" source="../media/how-to-manage-network-connection/network-connection-grid-populated.png" alt-text="Screenshot that shows the status of a network connection." lightbox="../media/how-to-manage-network-connection/network-connection-grid-populated.png" :::
31
+
After you attach a networkconnection, the Azure portal runs several health checks on the network. You can view the status of the checks on the resource overview page:
32
32
33
-
You can add network connections that pass all health checks to a dev center and use them to create dev box pools. Dev boxes within dev box pools are created and domain joined in the location of the virtual network assigned to the network connection.
33
+
:::image type="content" source="../media/how-to-manage-network-connection/network-connection-grid-populated.png" alt-text="Screenshot that shows the status of the network connections attached to the dev center.":::
34
+
35
+
You can add network connections that pass all health checks to a dev center and use them to create dev box pools. Dev boxes within dev box pools are created and domain-joined in the location of the virtual network assigned to the network connection.
34
36
35
37
To resolve any errors, see [Troubleshoot Azure network connections](/windows-365/enterprise/troubleshoot-azure-network-connection).
36
38
37
39
## Remove a network connection from a dev center
38
40
39
-
You can remove network connections from dev centers. Network connections can't be removed if one or more dev box pools are using them.
41
+
Follow these steps to remove an attached network connection from a dev center.
42
+
43
+
> [!NOTE]
44
+
> If a network connection is in use by one or more dev centers, the connection can't be removed.
40
45
41
46
1. Sign in to the [Azure portal](https://portal.azure.com).
42
47
43
48
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
44
49
45
-
1. Select the dev center that you created, and then select **Networking**.
50
+
1. Select the dev center that has the connection you want to remove.
51
+
52
+
1. Under **Dev box configuration**, select **Networking**.
46
53
47
-
1. Select the network connection that you want to remove, and then select **Remove**.
54
+
1. Select the network connection that you want to remove, and then select **Remove**:
48
55
49
-
:::image type="content" source="../media/how-to-manage-network-connection/remove-network-connection.png" alt-text="Screenshot that shows the Remove button on the network connection page." lightbox="../media/how-to-manage-network-connection/remove-network-connection.png":::
56
+
:::image type="content" source="../media/how-to-manage-network-connection/remove-network-connection.png" alt-text="Screenshot that shows how to remove a selected network connection attached to a dev center.":::
50
57
51
58
1. Review the warning message, and then select **OK**.
0 commit comments