Skip to content

Commit 08ed791

Browse files
authored
Merge pull request #266110 from RoseHJM/mdb-customizations-updates
MDB customizations updates
2 parents 03255f7 + d7f021e commit 08ed791

9 files changed

+19
-7
lines changed

articles/dev-box/concept-dev-box-concepts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ A dev center is a collection of [Projects](#project) that require similar settin
3434

3535
[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.
3636

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+
3743
## Project
3844

3945
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
5965

6066
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).
6167

62-
6368
## Azure regions for Dev Box
6469

6570
Before setting up Dev Box, you need to choose the best regions for your organization.

articles/dev-box/how-to-manage-dev-center.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,14 @@ To create a dev center in the Azure portal:
5353
| **ResourceGroup** | Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
5454
| **Name** | Enter a name for your dev center. |
5555
| **Location** | Select the location or region where you want the dev center to be created. |
56+
| **Attach a quick start catalog** | Clear both checkboxes. |
5657

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":::
5859

5960
For a list of the currently supported Azure locations with capacity, see [Frequently asked questions about Microsoft Dev Box](https://aka.ms/devbox_acom).
6061

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+
6164
1. (Optional) On the **Tags** tab, enter a name/value pair that you want to assign.
6265

6366
:::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":::
50.6 KB
Loading
50.6 KB
Loading
45.9 KB
Loading
19.5 KB
Loading

articles/dev-box/overview-what-is-microsoft-dev-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ After a developer team lead is assigned the DevCenter Project Admin role, they c
6464

6565
- Create dev box pools and add appropriate dev box definitions.
6666
- 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.
6768

6869
### Developer scenarios
6970

articles/dev-box/quickstart-configure-dev-box-service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Use the following steps to create a dev center so you can manage your dev box re
6666
| **ResourceGroup** | Select an existing resource group, or select **Create new** and then enter a name for the new resource group. |
6767
| **Name** | Enter a name for your dev center. |
6868
| **Location** | Select the location or region where you want the dev center to be created. |
69+
| **Attach a quick start catalog** | Clear both checkboxes. |
6970

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":::
7172

7273
For a list of the currently supported Azure locations with capacity, see [Frequently asked questions about Microsoft Dev Box](https://aka.ms/devbox_acom).
7374

articles/dev-box/quickstart-create-dev-box.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To create a dev box in the Microsoft Dev Box developer portal:
3636

3737
1. Select **Add a dev box**.
3838

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":::
4040

4141
1. In **Add a dev box**, enter the following values:
4242

@@ -45,8 +45,10 @@ To create a dev box in the Microsoft Dev Box developer portal:
4545
| **Name** | Enter a name for your dev box. Dev box names must be unique within a project. |
4646
| **Project** | Select a project from the dropdown list. |
4747
| **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. |
4850

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":::
5052

5153
After you make your selections, the page shows you the following information:
5254

@@ -62,7 +64,7 @@ To create a dev box in the Microsoft Dev Box developer portal:
6264
> [!Note]
6365
> 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.
6466
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":::
6668

6769

6870
[!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:
8082

8183
1. Select **Open in browser**.
8284

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":::
8486

8587
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.
8688

0 commit comments

Comments
 (0)