Skip to content

Commit b42dfa6

Browse files
author
RoseHJM
committed
MDB - quick start template
1 parent 5e332b0 commit b42dfa6

File tree

6 files changed

+243
-185
lines changed

6 files changed

+243
-185
lines changed

articles/dev-box/how-to-configure-project-policy.md

Whitespace-only changes.
78.8 KB
Loading
68.3 KB
Loading
43.3 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: "Quickstart: Configure Microsoft Dev Box Resources"
3+
titleSuffix: Microsoft Dev Box
4+
description: Discover how to deploy a dev box environment, including dev centers, projects, and pools, using the Microsoft Dev Box Get Started template.
5+
#customer intent: As platform engineer, I want to configure Microsoft Dev Box resources using the Get Started template so that I can quickly set up a dev box environment in Azure.
6+
services: dev-box
7+
ms.service: dev-box
8+
ms.custom:
9+
- build-2025
10+
- ai-gen-docs-bap
11+
- ai-gen-title
12+
- ai-seo-date:05/08/2025
13+
- ai-gen-description
14+
ms.topic: quickstart
15+
author: RoseHJM
16+
ms.author: rosemalcolm
17+
ms.date: 05/08/2025
18+
---
19+
20+
# Configure Microsoft Dev Box using the Get Started template
21+
22+
This article explains how to use the *Get Started* template to set up Microsoft Dev Box in your Azure subscription. The Get Started template is a preconfigured template that lets you quickly set up a dev box environment with a dev center, project, dev box pool, dev box definition, and related resources.
23+
24+
## Prerequisites
25+
| Requirement | Details |
26+
|-------------|---------|
27+
| **Azure subscription** | If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/). |
28+
| **Role** | Owner or Contributor role on an Azure subscription or resource group. |
29+
| **Microsoft Entra ID** | Your organization must use Microsoft Entra ID for identity and access management. |
30+
| **Microsoft Intune** | Your organization must use Microsoft Intune for device management. |
31+
| **User licenses** | To use Dev Box, each user must be licensed for Windows 11 Enterprise or Windows 10 Enterprise, Microsoft Intune, and Microsoft Entra ID P1. These licenses are available independently and are included in the following subscriptions: </br> - Microsoft 365 F3 </br> - Microsoft 365 E3, Microsoft 365 E5 </br> - Microsoft 365 E3, Microsoft 365 E5 </br> - Microsoft 365 A3, Microsoft 365 A5 </br> - Microsoft 365 Business Premium </br> - Microsoft 365 Education Student Use Benefit |
32+
33+
## Use the Get Started template
34+
35+
1. In the Azure portal, go to **Microsoft Dev Box** and select **Get Started**.
36+
:::image type="content" source="media/quickstart-getting-started-template/dev-box-getting-started-page.png" alt-text="Screenshot of the Dev Box Get Started page in the Azure portal, showing options to configure a dev box environment.":::
37+
38+
1. In the **Basics** tab, enter the following values:
39+
40+
| Setting | Value |
41+
|---|---|
42+
| **Subscription** | Select the Azure subscription you want to use for the dev box environment. |
43+
| **Resource group** | Select an existing resource group or create a new one. |
44+
| **Region** | Select the Azure region where you want to deploy the dev box environment.|
45+
| **Dev Center Name** | Enter a name for the dev center. The name must be unique within the resource group.|
46+
| **Project Name** | Enter a name for the project. The name must be unique within the dev center.|
47+
| **Pool Name** | Enter a name for the dev box pool. The name must be unique within the project.|
48+
49+
:::image type="content" source="media/quickstart-getting-started-template/dev-box-getting-started-template-basics.png" alt-text="Screenshot of the Basics tab in the Get Started template, showing fields for subscription, resource group, and region selection.":::
50+
1. In the **Review + Create** tab, review the configuration summary, and select **Create** to deploy the dev box environment.
51+
:::image type="content" source="media/quickstart-getting-started-template/dev-box-getting-started-review-create.png" alt-text="Screenshot of the Review + Create tab in the Get Started template, showing a summary of the configuration before deployment.":::
52+
1. Wait for the deployment to complete. Monitor the progress in the **Notifications** pane.
53+
1. After the deployment is complete, select **Go to Resource** to view the created resources.
54+
55+
56+
## Next steps
57+
In this quickstart, you set up the Microsoft Dev Box resources required for users to create their own dev boxes. To learn how to create and connect to a dev box, go to the next quickstart:
58+
59+
> [!div class="nextstepaction"]
60+
> [Create a dev box](./quickstart-create-dev-box.md)

0 commit comments

Comments
 (0)