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/concept-dev-box-concepts.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@ A dev center is a collection of [Projects](#project) that require similar settin
34
34
35
35
[Azure Deployment Environments](../deployment-environments/concept-environments-key-concepts.md#dev-centers) also uses dev centers to organize resources. An organization can use the same dev center for both services.
36
36
37
+
## Catalogs
38
+
39
+
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process.Microsoft provides a [*quick start* catalog](https://github.com/microsoft/devcenter-catalog) that contains a set of sample tasks. You can attach the quick start catalog to a dev center to make these tasks available to all the projects associated with the dev center. You can modify the sample tasks to suit your needs, and you can create your own catalog of tasks.
40
+
41
+
To learn how to create reusable customization tasks, see [Create reusable dev box customizations](./how-to-customize-dev-box-setup-tasks.md).
42
+
37
43
## Project
38
44
39
45
In Dev Box, a project represents a team or business function within the organization. Each project is a collection of [pools](#dev-box-pool), and each pool represents a region or workload. When you associate a project with a dev center, all the settings at the dev center level are applied to the project automatically.
@@ -59,7 +65,6 @@ When you're creating a network connection, you must choose the Active Directory
59
65
60
66
To learn more about native Microsoft Entra join and Microsoft Entra hybrid join, see [Plan your Microsoft Entra device deployment](../active-directory/devices/plan-device-deployment.md).
61
67
62
-
63
68
## Azure regions for Dev Box
64
69
65
70
Before setting up Dev Box, you need to choose the best regions for your organization.
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-manage-dev-center.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,14 @@ To create a dev center in the Azure portal:
53
53
|**ResourceGroup**| Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
54
54
|**Name**| Enter a name for your dev center. |
55
55
|**Location**| Select the location or region where you want the dev center to be created. |
56
+
|**Attach a quick start catalog**| Clear both checkboxes. |
56
57
57
-
:::image type="content" source="./media/how-to-manage-dev-center/create-dev-center-basics.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a dev center." lightbox="./media/how-to-manage-dev-center/create-dev-center-basics.png":::
58
+
:::image type="content" source="./media/how-to-manage-dev-center/create-dev-center-basics-not-selected.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a dev center." lightbox="./media/how-to-manage-dev-center/create-dev-center-basics-not-selected.png":::
58
59
59
60
For a list of the currently supported Azure locations with capacity, see [Frequently asked questions about Microsoft Dev Box](https://aka.ms/devbox_acom).
60
61
62
+
The Dev Box quick start catalog contains tasks and scripts that you can use to configure your dev box during the final stage of the creation process. You can attach a quick start catalog to a dev center later. For more information, see [Create reusable dev box customizations](./how-to-customize-dev-box-setup-tasks.md).
63
+
61
64
1. (Optional) On the **Tags** tab, enter a name/value pair that you want to assign.
62
65
63
66
:::image type="content" source="./media/how-to-manage-dev-center/create-dev-center-tags.png" alt-text="Screenshot that shows the Tags tab on the page for creating a dev center." lightbox="./media/how-to-manage-dev-center/create-dev-center-tags.png":::
Copy file name to clipboardExpand all lines: articles/dev-box/overview-what-is-microsoft-dev-box.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ After a developer team lead is assigned the DevCenter Project Admin role, they c
64
64
65
65
- Create dev box pools and add appropriate dev box definitions.
66
66
- Control costs by using auto-stop schedules.
67
+
- Use a configuration script that invokes setup tasks from a catalog attached to the dev center. The setup tasks execute during the creation of a dev box to install and customize software specific to the project.
Copy file name to clipboardExpand all lines: articles/dev-box/quickstart-configure-dev-box-service.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,9 @@ Use the following steps to create a dev center so you can manage your dev box re
66
66
|**ResourceGroup**| Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
67
67
|**Name**| Enter a name for your dev center. |
68
68
|**Location**| Select the location or region where you want the dev center to be created. |
69
+
|**Attach a quick start catalog**| Clear both checkboxes. |
69
70
70
-
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-dev-center-basics.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a dev center." lightbox="./media/quickstart-configure-dev-box-service/create-dev-center-basics.png":::
71
+
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-dev-center-not-selected.png" alt-text="Screenshot that shows the Basics tab on the pane for creating a dev center." lightbox="./media/quickstart-configure-dev-box-service/create-dev-center-not-selected.png":::
71
72
72
73
For a list of the currently supported Azure locations with capacity, see [Frequently asked questions about Microsoft Dev Box](https://aka.ms/devbox_acom).
Copy file name to clipboardExpand all lines: articles/dev-box/quickstart-create-dev-box.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To create a dev box in the Microsoft Dev Box developer portal:
36
36
37
37
1. Select **Add a dev box**.
38
38
39
-
:::image type="content" source="./media/quickstart-create-dev-box/welcome-to-developer-portal.png" alt-text="Screenshot of the developer portal and the button for adding a dev box.":::
39
+
:::image type="content" source="./media/quickstart-create-dev-box/welcome-to-developer-portal.png" alt-text="Screenshot of the developer portal and the button for adding a dev box." lightbox="./media/quickstart-create-dev-box/welcome-to-developer-portal.png":::
40
40
41
41
1. In **Add a dev box**, enter the following values:
42
42
@@ -45,8 +45,10 @@ To create a dev box in the Microsoft Dev Box developer portal:
45
45
|**Name**| Enter a name for your dev box. Dev box names must be unique within a project. |
46
46
|**Project**| Select a project from the dropdown list. |
47
47
|**Dev box pool**| Select a pool from the dropdown list, which includes all the dev box pools for that project. Choose a dev box pool near to you for least latency.|
48
+
|**Repository clone URL**| Leave blank. |
49
+
|**Uploaded customization files**| Leave blank. |
48
50
49
-
:::image type="content" source="./media/quickstart-create-dev-box/create-dev-box.png" alt-text="Screenshot of the dialog for adding a dev box.":::
51
+
:::image type="content" source="./media/quickstart-create-dev-box/developer-portal-create-dev-box.png" alt-text="Screenshot of the dialog for adding a dev box." lightbox="./media/quickstart-create-dev-box/developer-portal-create-dev-box.png":::
50
52
51
53
After you make your selections, the page shows you the following information:
52
54
@@ -62,7 +64,7 @@ To create a dev box in the Microsoft Dev Box developer portal:
62
64
> [!Note]
63
65
> If you encounter a vCPU quota error with a *QuotaExceeded* message, ask your administrator to [request an increased quota limit](/azure/dev-box/how-to-request-quota-increase). If your admin can't increase the quota limit at this time, try selecting another pool with a region close to your location.
64
66
65
-
:::image type="content" source="./media/quickstart-create-dev-box/dev-box-tile-creating.png" alt-text="Screenshot of the developer portal that shows the dev box card with a status of Creating.":::
67
+
:::image type="content" source="./media/quickstart-create-dev-box/dev-box-tile-creating.png" alt-text="Screenshot of the developer portal that shows the dev box card with a status of Creating." lightbox="./media/quickstart-create-dev-box/dev-box-tile-creating.png":::
66
68
67
69
68
70
[!INCLUDE [dev box runs on creation note](./includes/note-dev-box-runs-on-creation.md)]
@@ -80,7 +82,7 @@ To connect to a dev box by using the browser:
80
82
81
83
1. Select **Open in browser**.
82
84
83
-
:::image type="content" source="./media/quickstart-create-dev-box/dev-portal-open-in-browser.png" alt-text="Screenshot of dev box card that shows the option for opening in a browser.":::
85
+
:::image type="content" source="./media/quickstart-create-dev-box/dev-portal-open-in-browser.png" alt-text="Screenshot of dev box card that shows the option for opening in a browser." lightbox="./media/quickstart-create-dev-box/dev-portal-open-in-browser.png":::
84
86
85
87
A new tab opens with a Remote Desktop session through which you can use your dev box. Use a work or school account to sign in to your dev box, not a personal Microsoft account.
0 commit comments