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
+60-65Lines changed: 60 additions & 65 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
2
title: Configure network connections
3
3
titleSuffix: Microsoft Dev Box
4
-
description: Learn how to manage network connections for a dev center in Microsoft Dev Box. Use network connections to connect to virtual network or enable connecting to on-premises resources from a dev box.
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: 04/25/2023
9
+
ms.date: 12/20/2023
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
---
@@ -19,22 +19,25 @@ You can choose to deploy dev boxes to a Microsoft-hosted network associated with
19
19
20
20
You need to add at least one network connection to a dev center in Microsoft Dev Box.
21
21
22
-
When you're planning network connectivity for your dev boxes, you must:
22
+
## Prerequisites
23
+
24
+
- Sufficient permissions to enable creating and configuring network connections.
25
+
- At least one virtual network and subnet available for your dev boxes.
26
+
27
+
When you're planning network connectivity for your dev boxes, consider the following points:
23
28
24
-
- Ensure that you have sufficient permissions to create and configure network connections.
25
-
- Ensure that you have at least one virtual network and subnet available for your dev boxes.
26
29
- Identify the region or location that's closest to your dev box users. Deploying dev boxes into a region that's close to users gives them a better experience.
27
30
- Determine whether dev boxes should connect to your existing networks by using Microsoft Entra join or Microsoft Entra hybrid join.
28
31
29
-
##Permissions
32
+
### Verify your permissions
30
33
31
-
To manage a network connection, you need the following permissions:
34
+
To manage a network connection, confirm that you have the following permissions:
32
35
33
-
|Action|Permissions required|
34
-
|-----|-----|
35
-
|Create and configure a virtual network and subnet|Network Contributor permissions on an existing virtual network (Owner or Contributor), or permission to create a new virtual network and subnet.|
36
-
|Create or delete a network connection|Owner or Contributor permissions on an Azure subscription or on a specific resource group, which includes permission to create a resource group.|
37
-
|Add or remove a network connection |Write permission on the dev center.|
36
+
|Action| Role |Permissions required|
37
+
|---|---|---|
38
+
|_Create and configure a virtual network and subnet_|**Network Contributor** (**Owner** or **Contributor**) | Permissions on an existing virtual network or permission to create a new virtual network and subnet|
39
+
|_Create or delete a network connection_|**Owner** or **Contributor**| Permissions on an Azure subscription or on a specific resource group, which includes permission to create a resource group|
40
+
|_Add or remove a network connection_|**Contributor**| Permission to perform **Write** actions on the dev center|
38
41
39
42
## Create a virtual network and subnet
40
43
@@ -49,16 +52,16 @@ To create a network connection, you need an existing virtual network and subnet.
49
52
1. On the **Create virtual network** pane, on the **Basics** tab, enter the following values:
50
53
51
54
| Setting | Value |
52
-
|------- |----- |
55
+
|---|---|
53
56
|**Subscription**| Select your subscription. |
54
-
|**Resource group**| Select an existing resource group. Or create a new one by selecting **Create new**, entering **rg-name**, and then selecting **OK**. |
55
-
|**Name**| Enter *VNet-name*. |
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. |
56
59
|**Region**| Select the region for the virtual network and dev boxes. |
57
60
58
-
:::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." border="true":::
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":::
59
62
60
-
> [!Important]
61
-
> The region that you select for the virtual network is the where the dev boxes will be deployed.
63
+
> [!IMPORTANT]
64
+
> The region you select for the virtual network is the where Azure deploys the dev boxes.
62
65
63
66
1. On the **IP Addresses** tab, accept the default settings.
64
67
@@ -78,92 +81,84 @@ If your organization routes egress traffic through a firewall, you need to open
78
81
79
82
The following sections show you how to create and configure a network connection in Microsoft Dev Box.
80
83
81
-
### Types of Active Directory join
82
-
83
-
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:
84
+
### Review types of Active Directory join
84
85
85
-
-**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 and access resources based on the permissions assigned to that account. Microsoft Entra join enables access to cloud-based and on-premises apps and resources.
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.
86
87
87
-
For more information, see [Plan your Microsoft Entra join deployment](../active-directory/devices/device-join-plan.md).
88
-
-**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.
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).
89
89
90
-
Microsoft Entra hybrid joined dev boxes require network line of sight to your on-premises domain controllers periodically. Without this connection, devices become unusable.
91
-
92
-
For more information, see [Plan your Microsoft Entra hybrid join deployment](../active-directory/devices/hybrid-join-plan.md).
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).
93
91
94
92
### Create a network connection
95
-
96
-
Follow the steps on the relevant tab to create your network connection.
97
-
98
93
<aname='azure-ad-join'></a>
99
94
100
-
####[**Microsoft Entra join**](#tab/AzureADJoin/)
95
+
# [**Microsoft Entra join**](#tab/AzureADJoin/)
101
96
102
97
1. Sign in to the [Azure portal](https://portal.azure.com).
103
98
104
-
1. In the search box, enter **network connections**. In the list of results, select **Network connections**.
99
+
1. In the search box, enter **network connections**. In the list of results, select **Network Connections**.
105
100
106
101
1. On the **Network Connections** page, select **Create**.
107
102
108
-
:::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.":::
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":::
109
104
110
105
1. On the **Create a network connection** pane, on the **Basics** tab, enter the following values:
|**Subscription**|Select the subscription in which you want to create the network connection.|
111
+
|**Resource group**|Select an existing resource group, or select **Create new** and then enter a name for the new resource group.|
112
+
|**Name**|Enter a descriptive name for the network connection.|
113
+
|**Virtual network**|Select the virtual network that you want the network connection to use.|
114
+
|**Subnet**|Select the subnet that you want the network connection to use.|
120
115
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.":::
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":::
122
117
123
118
1. Select **Review + Create**.
124
119
125
120
1. On the **Review** tab, select **Create**.
126
121
127
-
1. When the deployment is complete, select **Go to resource**. Confirm that the connection appears on the **Network connections** page.
122
+
1. When 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).
134
129
135
-
1. In the search box, enter **network connections**. In the list of results, select **Network connections**.
130
+
1. In the search box, enter **network connections**. In the list of results, select **Network Connections**.
136
131
137
132
1. On the **Network Connections** page, select **Create**.
138
133
139
-
:::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.":::
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":::
140
135
141
136
1. On the **Create a network connection** pane, on the **Basics** tab, enter the following values:
|**Subscription**|Select the subscription in which you want to create the network connection.|
147
-
|**ResourceGroup**|Select an existing resource group, or select **Create new** and then enter a name for the new resource group.|
148
-
|**Name**|Enter a descriptive name for the network connection.|
149
-
|**Virtual network**|Select the virtual network that you want the network connection to use.|
150
-
|**Subnet**|Select the subnet that you want the network connection to use.|
151
-
|**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`. |
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. |
153
-
|**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). |
154
-
|**AD domain password**| Enter the password for the user. |
155
-
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.":::
|**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.|
143
+
|**Name**|Enter a descriptive name for the network connection.|
144
+
|**Virtual network**|Select the virtual network that you want the network connection to use.|
145
+
|**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`. |
147
+
|**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). |
149
+
|**AD domain password**| Enter the password for the user. |
150
+
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":::
157
152
158
153
1. Select **Review + Create**.
159
154
160
155
1. On the **Review** tab, select **Create**.
161
156
162
-
1. When the deployment is complete, select **Go to resource**. Confirm that the connection appears on the **Network connections** page.
157
+
1. When the deployment completes, select **Go to resource**. Confirm the connection appears on the **Network connections** page.
163
158
164
159
---
165
160
166
-
>[!NOTE]
161
+
>[!NOTE]
167
162
> Microsoft Dev Box automatically creates a resource group for each network connection, which holds the network interface cards (NICs) that use the virtual network assigned to the network connection. The resource group has a fixed name based on the name and region of the network connection. You can't change the name of the resource group, or specify an existing resource group.
168
163
169
164
## Attach a network connection to a dev center
@@ -180,13 +175,13 @@ You need to attach a network connection to a dev center before you can use it in
180
175
181
176
1. On the **Add network connection** pane, select the network connection that you created earlier, and then select **Add**.
182
177
183
-
:::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.":::
178
+
:::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":::
184
179
185
180
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.
186
181
187
182
:::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.":::
188
183
189
-
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 that's assigned to the network connection.
184
+
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.
190
185
191
186
To resolve any errors, see [Troubleshoot Azure network connections](/windows-365/enterprise/troubleshoot-azure-network-connection).
192
187
@@ -204,7 +199,7 @@ You can remove a network connection from a dev center if you no longer want to u
204
199
205
200
:::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.":::
206
201
207
-
1.Read the warning message, and then select **OK**.
202
+
1.Review the warning message, and then select **OK**.
208
203
209
204
The network connection is no longer available for use in the dev center.
0 commit comments