|
| 1 | +--- |
| 2 | +title: "Quickstart: Configure Microsoft Dev Box Resources using the Get Started template" |
| 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-get-started-template/dev-box-get-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, and then select **Review + create**. The values you enter here is to create the dev center, project, and dev box pool. The dev box definition is created using the default settings: |
| 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-get-started-template/dev-box-get-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-get-started-template/dev-box-get-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 | +The following resources are created in your Azure subscription: |
| 56 | +- **Dev center**: The central hub for managing dev boxes and resources. |
| 57 | +- **Project**: A container for organizing dev boxes and resources within the dev center. |
| 58 | +- **Dev box pool**: A collection of dev boxes that share the same configuration and resources. |
| 59 | +- **Dev box definition**: A template that defines the configuration and resources for the dev boxes in the pool. The get started template uses the *Visual Studio 2022 Enterprise on Windows 11 Enterprise + Microsoft 365 Apps 24H2* image. |
| 60 | + |
| 61 | +You can go to the [developer portal](https://aka.ms/devbox-portal) to create new dev boxes. The developer portal is a web-based interface that allows users to create, manage, and monitor their dev boxes. |
| 62 | + |
| 63 | +To learn more about creating dev boxes through the developer portal, see [Quickstart: Create and connect to a dev box by using the Microsoft Dev Box developer portal](quickstart-create-dev-box.md). |
| 64 | + |
| 65 | +## Next steps |
| 66 | +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: |
| 67 | + |
| 68 | +> [!div class="nextstepaction"] |
| 69 | +> [Create a dev box](./quickstart-create-dev-box.md) |
0 commit comments