Skip to content

Commit d783288

Browse files
authored
Merge pull request #304731 from GitHubber17/476230-a
Freshness Edit - Dev Box
2 parents 4057bef + b845476 commit d783288

9 files changed

Lines changed: 67 additions & 55 deletions

articles/dev-box/how-to-configure-network-connections.md

Lines changed: 47 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Configure network connections
2+
title: Configure Network Connections
33
titleSuffix: Microsoft Dev Box
44
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.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 01/12/2024
9+
ms.date: 08/27/2025
1010
ms.topic: how-to
1111
#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.
1212
---
@@ -31,7 +31,7 @@ When you're planning network connectivity for your dev boxes, consider the follo
3131

3232
### Verify your permissions
3333

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:
3535

3636
| Action | Role | Permissions required |
3737
|---|---|---|
@@ -41,35 +41,37 @@ To manage a network connection, confirm that you have the following permissions:
4141

4242
## Create a virtual network and subnet
4343

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:
4545

4646
1. Sign in to the [Azure portal](https://portal.azure.com).
4747

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**.
4949

50-
1. On the **Virtual Network** page, select **Create**.
50+
1. On the **Virtual networks** page, select **+ Create**.
5151

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:
5353

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. |
6060

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":::
6262

6363
> [!IMPORTANT]
6464
> The region you select for the virtual network is where Azure deploys the dev boxes.
6565
66-
1. On the **IP Addresses** tab, accept the default settings.
67-
6866
1. On the **Security** tab, accept the default settings.
6967

68+
1. On the **IP addresses** tab, accept the default settings.
69+
7070
1. On the **Review + create** tab, review the settings.
7171

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.
7375

7476
## Allow access to Microsoft Dev Box endpoints from your network
7577

@@ -79,82 +81,85 @@ If your organization routes egress traffic through a firewall, you need to open
7981

8082
## Plan a network connection
8183

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.
8385

8486
### Review types of Active Directory join
8587

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:
8789

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).
8991

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).
9193

9294
### Create a network connection
95+
96+
Use the following procedures to create a network connection for your dev box configuration.
97+
9398
<a name='azure-ad-join'></a>
9499

95100
# [**Microsoft Entra join**](#tab/AzureADJoin/)
96101

97102
1. Sign in to the [Azure portal](https://portal.azure.com).
98103

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**.
100105

101-
1. On the **Network Connections** page, select **Create**.
106+
1. On the **Network connections** page, select **+ Create**:
102107

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.":::
104109

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:
106111

107112
| Setting | Value |
108113
|---|---|
109-
| **Domain join type** | Select **Microsoft Entra join**. |
114+
| **Domain join type** | Select **Azure active directory join** (for _Microsoft Entra join_). |
110115
| **Subscription** | Select the subscription in which you want to create the network connection. |
111116
| **Resource group** | Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
112117
| **Name** | Enter a descriptive name for the network connection. |
113118
| **Virtual network** | Select the virtual network that you want the network connection to use. |
114119
| **Subnet** | Select the subnet that you want the network connection to use. |
115120

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.":::
117122

118-
1. Select **Review + Create**.
123+
1. On the **Review + create** tab, review the settings.
119124

120-
1. On the **Review** tab, select **Create**.
125+
1. After validation passes for your configuration, select **Create**.
121126

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.
123128

124129
<a name='hybrid-azure-ad-join'></a>
125130

126131
# [**Microsoft Entra hybrid join**](#tab/HybridAzureADJoin/)
127132

128133
1. Sign in to the [Azure portal](https://portal.azure.com).
129134

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**.
131136

132-
1. On the **Network Connections** page, select **Create**.
137+
1. On the **Network connections** page, select **+ Create**:
133138

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.":::
135140

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:
137142

138143
| Setting | Value |
139144
|---|---|
140-
| **Domain join type** | Select **Microsoft Entra hybrid join**. |
145+
| **Domain join type** | Select **Hybrid Azure active directory join** (for _Microsoft Entra hybrid join_). |
141146
| **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. |
143148
| **Name** | Enter a descriptive name for the network connection. |
144149
| **Virtual network** | Select the virtual network that you want the network connection to use. |
145150
| **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`. |
147152
| **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). |
149154
| **AD domain password** | Enter the password for the user. |
150155

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.":::
152157

153-
1. Select **Review + Create**.
158+
1. On the **Review + create** tab, review the settings.
154159

155-
1. On the **Review** tab, select **Create**.
160+
1. After validation passes for your configuration, select **Create**.
156161

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.
158163

159164
---
160165

articles/dev-box/includes/attach-remove-network-connections.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: RoseHJM
33
ms.author: rosemalcolm
4-
ms.date: 01/12/2024
4+
ms.date: 08/27/2025
55
ms.topic: include
66
ms.service: dev-box
77
---
@@ -12,41 +12,48 @@ You can attach existing network connections to a dev center. You must attach a n
1212

1313
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.
1414

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:
1616

1717
1. Sign in to the [Azure portal](https://portal.azure.com).
1818

1919
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
2020

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.
2222

23-
1. Select **+ Add**.
23+
1. Under **Dev box configuration**, select **Networking**, and then select **+ Add**:
2424

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.":::
2626

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 network connection** pane, select the network connection, and then select **Add**:
2828

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.":::
3030

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 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:
3232

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.
3436

3537
To resolve any errors, see [Troubleshoot Azure network connections](/windows-365/enterprise/troubleshoot-azure-network-connection).
3638

3739
## Remove a network connection from a dev center
3840

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.
4045
4146
1. Sign in to the [Azure portal](https://portal.azure.com).
4247

4348
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
4449

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**.
4653

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**:
4855

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.":::
5057

5158
1. Review the warning message, and then select **OK**.
5259

-11.2 KB
Loading
42.8 KB
Loading
41 KB
Loading
174 KB
Loading
64 KB
Loading
4.01 KB
Loading
114 KB
Loading

0 commit comments

Comments
 (0)