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/quickstart-create-dev-box.md
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,19 @@ ms.service: dev-box
7
7
ms.topic: quickstart
8
8
author: RoseHJM
9
9
ms.author: rosemalcolm
10
-
ms.date: 09/12/2023
10
+
ms.date: 12/13/2023
11
11
#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.
12
12
---
13
13
14
14
# Quickstart: Create and connect to a dev box by using the Microsoft Dev Box developer portal
15
15
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
+
16
23
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.
17
24
18
25
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:
33
40
34
41
1. Sign in to the [Microsoft Dev Box developer portal](https://aka.ms/devbox-portal).
35
42
36
-
2. Select **Get started**.
43
+
1. Select **Add a dev box**.
37
44
38
45
:::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
46
40
-
3. In **Add a dev box**, enter the following values:
47
+
1. In **Add a dev box**, enter the following values:
41
48
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. |
47
54
48
55
:::image type="content" source="./media/quickstart-create-dev-box/create-dev-box.png" alt-text="Screenshot of the dialog for adding a dev box.":::
49
56
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:
54
58
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.
56
64
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.
58
66
59
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.":::
60
68
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
+
61
73
[!INCLUDE [dev box runs on creation note](./includes/note-dev-box-runs-on-creation.md)]
62
74
63
75
## Connect to a dev box
64
76
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:
66
78
67
79
- Connect through the browser from within the developer portal
68
80
- Connect by using a remote desktop client application
0 commit comments