Skip to content

Commit 56535f5

Browse files
committed
moved common content into include file
1 parent 6acbc9d commit 56535f5

File tree

3 files changed

+57
-78
lines changed

3 files changed

+57
-78
lines changed

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

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 12/20/2023
9+
ms.date: 01/12/2024
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
---
@@ -161,47 +161,7 @@ Microsoft Dev Box requires a configured and working Active Directory join, which
161161
> [!NOTE]
162162
> 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.
163163
164-
## Attach a network connection to a dev center
165-
166-
You need to attach a network connection to a dev center before you can use it in projects to create dev box pools.
167-
168-
1. Sign in to the [Azure portal](https://portal.azure.com).
169-
170-
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
171-
172-
1. Select the dev center that you created, and then select **Networking**.
173-
174-
1. Select **+ Add**.
175-
176-
1. On the **Add network connection** pane, select the network connection that you created earlier, and then select **Add**.
177-
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":::
179-
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.
181-
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.":::
183-
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.
185-
186-
To resolve any errors, see [Troubleshoot Azure network connections](/windows-365/enterprise/troubleshoot-azure-network-connection).
187-
188-
## Remove a network connection from a dev center
189-
190-
You can remove a network connection from a dev center if you no longer want to use it to connect to network resources. Network connections can't be removed if one or more dev box pools are using them.
191-
192-
1. Sign in to the [Azure portal](https://portal.azure.com).
193-
194-
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
195-
196-
1. Select the dev center that you created, and then select **Networking**.
197-
198-
1. Select the network connection that you want to remove, and then select **Remove**.
199-
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.":::
201-
202-
1. Review the warning message, and then select **OK**.
203-
204-
The network connection is no longer available for use in the dev center.
164+
[!INCLUDE [attach or remove a network connection.](./includes/attach-remove-network-connections.md)]
205165

206166
## Related content
207167

articles/dev-box/how-to-manage-dev-center.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 01/04/2024
9+
ms.date: 01/12/2024
1010
ms.topic: how-to
1111
#Customer intent: As a platform engineer, I want to be able to manage dev centers so that I can manage my Microsoft Dev Box implementation.
1212
---
@@ -94,41 +94,7 @@ When you're ready to delete your dev center, follow these steps:
9494

9595
1. In the confirmation message, select **OK**.
9696

97-
<!-- Rose: The following two sections are also covered in the topic, how-to-configure-network-connections.md.
98-
- The other topic includes images for the steps. Do you want to duplicate the images here?
99-
- The other topic includes some extra info in the sections. Do you want to include that info here as well? -->
100-
101-
## Attach a network connection
102-
103-
You can attach existing network connections to a dev center. You must attach a network connection to a dev center before you can use it in projects to create dev box pools.
104-
105-
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.
106-
107-
To attach a network connection to a dev center in Microsoft Dev Box:
108-
109-
1. Sign in to the [Azure portal](https://portal.azure.com).
110-
111-
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
112-
113-
1. Select the dev center that you want to attach the network connection to, and then select **Networking**.
114-
115-
1. Select **+ Add**.
116-
117-
1. On the **Add network connection** pane, select the network connection that you created earlier, and then select **Add**.
118-
119-
## Remove a network connection
120-
121-
You can remove network connections from dev centers. Network connections can't be removed if one or more dev box pools are using them. When you remove a network connection, it's no longer available for use in dev box pools within the dev center.
122-
123-
1. Sign in to the [Azure portal](https://portal.azure.com).
124-
125-
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
126-
127-
1. Select the dev center that you want to detach the network connection from, and then select **Networking**.
128-
129-
1. Select the network connection that you want to detach, and then select **Remove**.
130-
131-
1. In the confirmation message, select **OK**.
97+
[!INCLUDE [attach or remove a network connection](./includes/attach-remove-network-connections.md)]
13298

13399
## Assign permissions for users
134100

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
author: RoseHJM
3+
ms.author: rosemalcolm
4+
ms.date: 01/12/2024
5+
ms.topic: include
6+
ms.service: dev-box
7+
---
8+
9+
## Attach a network connection to a dev center
10+
11+
You can attach existing network connections to a dev center. You must attach a network connection to a dev center before you can use it in projects to create dev box pools.
12+
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+
15+
To attach a network connection to a dev center in Microsoft Dev Box:
16+
17+
1. Sign in to the [Azure portal](https://portal.azure.com).
18+
19+
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
20+
21+
1. Select the dev center that you created, and then select **Networking**.
22+
23+
1. Select **+ Add**.
24+
25+
1. On the **Add network connection** pane, select the network connection that you created earlier, and then select **Add**.
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":::
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.
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" :::
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.
34+
35+
To resolve any errors, see [Troubleshoot Azure network connections](/windows-365/enterprise/troubleshoot-azure-network-connection).
36+
37+
## Remove a network connection from a dev center
38+
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.
40+
41+
1. Sign in to the [Azure portal](https://portal.azure.com).
42+
43+
1. In the search box, enter **dev centers**. In the list of results, select **Dev centers**.
44+
45+
1. Select the dev center that you created, and then select **Networking**.
46+
47+
1. Select the network connection that you want to remove, and then select **Remove**.
48+
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":::
50+
51+
1. Review the warning message, and then select **OK**.
52+
53+
After you remove a network connection, it's no longer available for use in dev box pools within the dev center.

0 commit comments

Comments
 (0)