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
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: references_regions
14
14
15
15
# Quickstart: Configure Microsoft Dev Box Preview
16
16
17
-
This quickstart describes how to configure the Microsoft Dev Box Preview service by using the Azure portal to enable development teams to self-serve dev boxes.
17
+
This quickstart describes how to configure Microsoft Dev Box Preview by using the Azure portal to enable development teams to self-serve their dev boxes.
18
18
19
19
This quickstart takes you through the process of setting up your Dev Box environment. You create a dev center to organize your dev box resources, configure network components to enable dev boxes to connect to your organizational resources, and create a dev box definition that will form the basis of your dev boxes. You then create a project and a dev box pool, which work together to help you give access to users who will manage or use the dev boxes.
20
20
@@ -26,8 +26,7 @@ To complete this quickstart, you need:
26
26
27
27
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
28
28
- Owner or Contributor role on an Azure subscription or a specific resource group.
29
-
- An existing virtual network and subnet. If you don't have them, [follow these instructions to create them](#create-a-virtual-network-and-subnet).
30
-
- Network Contributor permissions on an existing virtual network (Owner or Contributor), or permission to create a new virtual network and subnet.
29
+
-- Network Contributor permissions on an existing virtual network (Owner or Contributor), or permission to create a new virtual network and subnet.
31
30
- User licenses. To use Dev Box Preview, each user must be licensed for Windows 11 Enterprise or Windows 10 Enterprise, Microsoft Intune, and Azure Active Directory (Azure AD) P1. These licenses are available independently and are included in the following subscriptions:
32
31
33
32
- Microsoft 365 F3
@@ -36,12 +35,7 @@ To complete this quickstart, you need:
36
35
- Microsoft 365 Business Premium
37
36
- Microsoft 365 Education Student Use Benefit
38
37
-[Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/), which allows you to use your Windows licenses on Azure with Dev Box.
39
-
- A configured and working Azure AD join or hybrid Active Directory join:
40
-
41
-
- To learn how to join devices directly to Azure AD, see [Plan your Azure Active Directory join deployment](../active-directory/devices/azureadjoin-plan.md).
42
-
- To learn how to join your AD DS domain-joined computers to Azure AD from an on-premises Azure Active Directory Domain Services (AD DS) environment, see [Plan your hybrid Azure Active Directory join deployment](../active-directory/devices/hybrid-azuread-join-plan.md).
43
-
- Certain ports to be open so that the Dev Box service can function, if your organization routes egress traffic through a firewall. For more information, see [Network requirements](/windows-365/enterprise/requirements-network).
44
-
38
+
- Certain ports to be open so that the Dev Box service can function if your organization routes egress traffic through a firewall. For more information, see [Network requirements](/windows-365/enterprise/requirements-network).
45
39
## Create a dev center
46
40
47
41
Use the following steps to create a dev center so that you can manage your dev box resources:
@@ -114,13 +108,20 @@ You must have a virtual network and subnet available for your network connection
114
108
115
109
1. Select **Create**.
116
110
117
-
### Create the connection
111
+
### Create the network connection
112
+
113
+
You now need a network connection to associate the virtual network and subnet with the dev center. A network connection specifies the type of join dev boxes use to join your Azure AD domain, either an Azure AD join or a hybrid Active Directory join.
114
+
115
+
- To determine which type of join is appropriate for your dev boxes, refer to:
116
+
117
+
-[Azure AD joined devices](/azure/active-directory/devices/concept-azure-ad-join).
118
+
-[Hybrid Azure AD joined devices](/azure/active-directory/devices/concept-azure-ad-join-hybrid).
118
119
119
-
You now need a network connection to associate the virtual network and subnet with the dev center. To create the connection, complete the steps on the relevant tab.
120
+
To create the network connection, complete the steps on the relevant tab.
120
121
121
122
#### [Azure AD join](#tab/AzureADJoin/)
122
123
123
-
1. Sign in to the [Azure portal](https://portal.azure.com).
124
+
1.1.1.Sign in to the [Azure portal](https://portal.azure.com).
124
125
125
126
1. In the search box, enter **network connections**. In the list of results, select **Network connections**.
126
127
@@ -181,7 +182,6 @@ You now need a network connection to associate the virtual network and subnet wi
181
182
1. When the deployment is complete, select **Go to resource**. The network connection appears on the **Network connections** page.
182
183
183
184
---
184
-
185
185
## Attach a network connection to a dev center
186
186
187
187
To provide network configuration information for dev boxes, associate a network connection with a dev center:
@@ -192,7 +192,7 @@ To provide network configuration information for dev boxes, associate a network
192
192
193
193
1. Select the dev center that you created, and then select **Networking**.
194
194
195
-
1. Select **+ Add**.
195
+
1. Select **+ Add**.
196
196
197
197
1. On the **Add network connection** pane, select the network connection that you created, and then select **Add**.
The Microsoft Dev Box Preview service makes it possible for you to delegate administration of projects to a member of the project team. Project administrators can assist with the day-to-day management of projects for their teams, like creating and managing dev box pools. To give users permissions to manage projects, assign the DevCenter Project Admin role to them.
340
+
Microsoft Dev Box Preview makes it possible for you to delegate administration of projects to a member of the project team. Project administrators can assist with the day-to-day management of projects for their teams, like creating and managing dev box pools. To give users permissions to manage projects, assign the DevCenter Project Admin role to them.
341
341
342
-
You can assign the DevCenter Project Admin role by using the steps described earlier in [Provide access to a dev box project](#provide-access-to-a-dev-box-project), but select the Project Admin role instead of the Dev Box User role. For more information, see [Provide access to projects for project admins](how-to-project-admin.md).
342
+
You can assign the DevCenter Project Admin role by using the steps described earlier in [Provide access to a dev box ](#provide-access-to-a-dev-box-project)project and select the Project Admin role instead of the Dev Box User role. For more information, see [Provide access to projects for project admins](how-to-project-admin.md).
0 commit comments