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
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.
24
+
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, marketplace image, and related resources.
25
25
26
26
## Prerequisites
27
27
| Requirement | Details |
@@ -37,28 +37,28 @@ This article explains how to use the *Get Started* template to set up Microsoft
37
37
1. In the Azure portal, go to **Microsoft Dev Box** and select **Get Started**.
38
38
:::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.":::
39
39
40
-
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:
40
+
1. In the **Basics** tab, enter the following values, then select **Review + create**. The values you enter here create the dev center, project, and dev box pool:
41
41
42
42
| Setting | Value |
43
43
|---|---|
44
44
|**Subscription**| Select the Azure subscription you want to use for the dev box environment. |
45
45
|**Resource group**| Select an existing resource group or create a new one. |
46
46
|**Region**| Select the Azure region where you want to deploy the dev box environment.|
47
+
|**Location**| Select the location for all dev box resources. This value can be same as the Region. |
47
48
|**Dev Center Name**| Enter a name for the dev center. The name must be unique within the resource group.|
48
49
|**Project Name**| Enter a name for the project. The name must be unique within the dev center.|
49
50
|**Pool Name**| Enter a name for the dev box pool. The name must be unique within the project.|
50
51
51
52
:::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.":::
52
53
1. In the **Review + Create** tab, review the configuration summary, and select **Create** to deploy the dev box environment.
53
-
:::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.":::
54
54
1. Wait for the deployment to complete. Monitor the progress in the **Notifications** pane.
55
-
1. After the deployment is complete, select **Go to Resource** to view the created resources.
55
+
1. After the deployment completes, select **Go to Resource** to view the created resources.
56
56
57
57
The following resources are created in your Azure subscription:
58
58
-**Dev center**: The central hub for managing dev boxes and resources.
59
59
-**Project**: A container for organizing dev boxes and resources within the dev center.
60
60
-**Dev box pool**: A collection of dev boxes that share the same configuration and resources.
61
-
-**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.
61
+
-The get started template uses the *Visual Studio 2022 Enterprise on Windows 11 Enterprise + Microsoft 365 Apps* image from the Microsoft Azure Marketplace with 16 vCPUs, 64-GB RAM, and 512-GB storage.
62
62
63
63
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.
0 commit comments