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/quickstart-configure-dev-box-service.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,14 @@ To complete this quick start, make sure that you have:
35
35
- Owner or Contributor permissions on an Azure Subscription or a specific resource group.
36
36
- Network Contributor permissions on an existing virtual network (owner or contributor) or permission to create a new virtual network and subnet.
37
37
- 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
39
46
40
47
## Create a dev center
41
48
@@ -79,9 +86,15 @@ The following steps show you how to create and configure a dev center.
79
86
## Create a network connection
80
87
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.
81
88
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:
83
90
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:
85
98
86
99
1. Sign in to the [Azure portal](https://portal.azure.com).
87
100
@@ -121,7 +134,7 @@ If your organization routes egress traffic through a firewall, you need to open
121
134
|**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. |
122
135
|**Organizational unit**| An organizational unit (OU) is a container within an Active Directory domain, which can hold users, groups, and computers. |
123
136
|**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. |
125
138
126
139
:::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.":::
0 commit comments