Skip to content

Commit fd4e392

Browse files
Merge pull request #221343 from RoseHJM/dev-box-networking-links
Added links for Hybrid and Azure AD join info
2 parents 68572cf + f1def3e commit fd4e392

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

articles/dev-box/quickstart-configure-dev-box-service.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ To complete this quick start, make sure that you have:
3535
- Owner or Contributor permissions on an Azure Subscription or a specific resource group.
3636
- Network Contributor permissions on an existing virtual network (owner or contributor) or permission to create a new virtual network and subnet.
3737
- User licenses. Each user must be licensed for Windows 11 Enterprise or Windows 10 Enterprise, Microsoft Endpoint Manager, and Azure Active Directory P1.
38-
- These licenses are available independently and included in Microsoft 365 F3, Microsoft 365 E3, Microsoft 365 E5, Microsoft 365 A3, Microsoft 365 A5, Microsoft 365 Business Premium, and Microsoft 365 Education Student Use Benefit subscriptions.
38+
- These licenses are available independently and also included in the following subscriptions:
39+
- Microsoft 365 F3
40+
- Microsoft 365 E3
41+
- Microsoft 365 E5
42+
- Microsoft 365 A3
43+
- Microsoft 365 A5
44+
- Microsoft 365 Business Premium
45+
- Microsoft 365 Education Student Use Benefit
3946

4047
## Create a dev center
4148

@@ -79,9 +86,15 @@ The following steps show you how to create and configure a dev center.
7986
## Create a network connection
8087
Network connections determine the region into which dev boxes are deployed and allow them to be connected to your existing virtual networks. The following steps show you how to create and configure a network connection in Microsoft Dev Box.
8188

82-
To perform the steps in this section, you must have an existing virtual network (vnet) and subnet. If you don't have a vnet and subnet available, follow the instructions here: [Quickstart: Create a virtual network using the Azure portal](../virtual-network/quick-create-portal.md) to create them.
89+
To create a network connection, you must have:
8390

84-
If your organization routes egress traffic through a firewall, you need to open certain ports to allow the Dev Box service to function. For more information, see [Network requirements](/windows-365/enterprise/requirements-network).
91+
- An existing virtual network (vnet) and subnet. If you don't have a vnet and subnet available, follow the instructions here: [Quickstart: Create a virtual network using the Azure portal](../virtual-network/quick-create-portal.md) to create them.
92+
- A configured and working Hybrid AD join or Azure AD join.
93+
- **Hybrid AD join:** To learn how to join your AD DS domain-joined computers to Azure AD from an on-premises Active Directory Domain Services (AD DS) environment, see [Plan your hybrid Azure Active Directory join deployment](/azure/active-directory/devices/hybrid-azuread-join-plan).
94+
- **Azure AD join:** To learn how to join devices directly to Azure Active Directory (Azure AD), see [Plan your Azure Active Directory join deployment](/azure/active-directory/devices/azureadjoin-plan).
95+
- If your organization routes egress traffic through a firewall, you need to open certain ports to allow the Dev Box service to function. For more information, see [Network requirements](/windows-365/enterprise/requirements-network).
96+
97+
Follow these steps to create a network connection:
8598

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

@@ -121,7 +134,7 @@ If your organization routes egress traffic through a firewall, you need to open
121134
|**AD DNS domain name**| The DNS name of the Active Directory domain that you want to use for connecting and provisioning Cloud PCs. For example, corp.contoso.com. |
122135
|**Organizational unit**| An organizational unit (OU) is a container within an Active Directory domain, which can hold users, groups, and computers. |
123136
|**AD username UPN**| The username, in user principal name (UPN) format, that you want to use for connecting the Cloud PCs to your Active Directory domain. For example, [email protected]. This service account must have permission to join computers to the domain and, if set, the target OU. |
124-
|**AD domain password**| The password for the user specified above. |
137+
|**AD domain password**| The password for the user. |
125138

126139
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-hybrid-network-connection-full-blank.png" alt-text="Screenshot showing the create network connection basics tab with Hybrid Azure Active Directory join highlighted.":::
127140

0 commit comments

Comments
 (0)