Skip to content

Commit 81eee01

Browse files
committed
freshness pass
1 parent ec5a2f1 commit 81eee01

File tree

4 files changed

+28
-16
lines changed

4 files changed

+28
-16
lines changed

articles/dev-box/includes/clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: RoseHJM
33
ms.author: rosemalcolm
4-
ms.date: 04/25/2023
4+
ms.date: 12/13/2023
55
ms.topic: include
66
ms.service: dev-box
77
---
10.8 KB
Loading
3.29 KB
Loading

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ ms.service: dev-box
77
ms.topic: quickstart
88
author: RoseHJM
99
ms.author: rosemalcolm
10-
ms.date: 09/12/2023
10+
ms.date: 12/13/2023
1111
#Customer intent: As a dev box user, I want to understand how to create and access a dev box so that I can start work.
1212
---
1313

1414
# Quickstart: Create and connect to a dev box by using the Microsoft Dev Box developer portal
1515

16+
<!-- Rose: One note for your review regarding the quickstart topic pattern.
17+
18+
-- The pattern says not to use links that send the user to another article for details or instructions.
19+
On line 31, the topic sends the user to another topic for instructions.
20+
How would you like to address these issues?
21+
-->
22+
1623
In this quickstart, you get started with Microsoft Dev Box by creating a dev box through the developer portal. After you create the dev box, you can connect to it with a Remote Desktop session through a browser or through a Remote Desktop app.
1724

1825
You can create and manage multiple dev boxes as a dev box user. Create a dev box for each task that you're working on, and create multiple dev boxes within a single project to help streamline your workflow. For example, you might switch to another dev box to fix a bug in a previous version, or if you need to work on a different part of the application.
@@ -33,36 +40,41 @@ To create a dev box in the Microsoft Dev Box developer portal:
3340

3441
1. Sign in to the [Microsoft Dev Box developer portal](https://aka.ms/devbox-portal).
3542

36-
2. Select **Get started**.
43+
1. Select **Add a dev box**.
3744

3845
:::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.":::
3946

40-
3. In **Add a dev box**, enter the following values:
47+
1. In **Add a dev box**, enter the following values:
4148

42-
|Name|Value|
43-
|----|----|
44-
|**Name**|Enter a name for your dev box. Dev box names must be unique within a project.|
45-
|**Project**|Select a project from the dropdown list. |
46-
|**Dev box pool**|Select a pool from the dropdown list, which includes all the dev box pools for that project. |
49+
| Setting | Value |
50+
|---|---|
51+
| **Name** | Enter a name for your dev box. Dev box names must be unique within a project. |
52+
| **Project** | Select a project from the dropdown list. |
53+
| **Dev box pool** | Select a pool from the dropdown list, which includes all the dev box pools for that project. |
4754

4855
:::image type="content" source="./media/quickstart-create-dev-box/create-dev-box.png" alt-text="Screenshot of the dialog for adding a dev box.":::
4956

50-
You see the following information:
51-
- How many dev boxes you can create in the project that you selected, if the project has limits configured.
52-
- Whether hibernation is supported or not.
53-
- A shutdown time if the pool where you're creating the dev box has a shutdown schedule.
57+
After you make your selections, the page shows you the following information:
5458

55-
4. Select **Create** to begin creating your dev box.
59+
- How many dev boxes you can create in the project that you selected, if the project has limits configured
60+
- Whether hibernation is supported or not
61+
- A shutdown time if the pool where you're creating the dev box has a shutdown schedule
62+
63+
1. Select **Create** to begin creating your dev box.
5664

57-
5. Use the dev box tile in the developer portal to track the progress of creation.
65+
1. Use the dev box tile in the developer portal to track the progress of creation.
5866

5967
:::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.":::
6068

69+
<!-- Rose: The creation process took 20 minutes for me. Should we add a note that the process can take some time to complete?
70+
The next include file also adds an Important alert into the topic.
71+
Adding a Note alert here would result in back-to-back alerts, which isn't ideal. -->
72+
6173
[!INCLUDE [dev box runs on creation note](./includes/note-dev-box-runs-on-creation.md)]
6274

6375
## Connect to a dev box
6476

65-
After you create a dev box, you can connect remotely to the developer VM. Microsoft Dev Box supports connecting to a dev box in the following ways:
77+
After you create a dev box, you can connect remotely to the developer virtual machine. Microsoft Dev Box supports connecting to a dev box in the following ways:
6678

6779
- Connect through the browser from within the developer portal
6880
- Connect by using a remote desktop client application

0 commit comments

Comments
 (0)