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/how-to-create-dev-boxes-developer-portal.md
+55-11Lines changed: 55 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ services: dev-box
6
6
ms.service: dev-box
7
7
author: RoseHJM
8
8
ms.author: rosemalcolm
9
-
ms.date: 04/25/2023
9
+
ms.date: 09/11/2023
10
10
ms.topic: how-to
11
11
---
12
12
13
13
# Manage a dev box by using the developer portal
14
14
15
-
You can preconfigure a dev box to manage all of your tools, services, source code, and prebuilt binaries that are specific to your project. Microsoft Dev Box provides an environment that's ready to build on, so you can run your app in minutes.
15
+
Developers can manage their dev boxes through the developer portal. As a developer, you can view information about your dev boxes. You can also connect to, start, stop, restart, and delete them.
16
16
17
17
## Permissions
18
18
@@ -24,26 +24,62 @@ As a dev box developer, you can:
24
24
25
25
## Create a dev box
26
26
27
-
Create a dev box through the developer portal. You can create as many dev boxes as you need, but there are common ways to split up your workload.
27
+
You can create as many dev boxes as you need through the developer portal, but there are common ways to split up your workload.
28
28
29
29
You could create a dev box for your front-end work and a separate dev box for your back-end work. You could also create multiple dev boxes for your back end.
30
30
31
-
For example, say you're working on a bug. You could use a separate dev box for the bug fix to work on the specific task and troubleshoot the issue without poisoning your primary machine.
31
+
For example, say you're working on a bug. You could use a separate dev box for the bug fix to work on the specific task and troubleshoot the issue without impacting your primary machine.
32
32
33
-
To create a dev box:
33
+
You can create a dev box by using:
34
34
35
-
[!INCLUDE [create a dev box](./includes/create-dev-box.md)]
35
+
- Developer portal. For more information, see [Quickstart: Create a dev box by using the developer portal](quickstart-create-dev-box.md)
36
+
- Azure CLI dev center extension. For more information, see [Configure Microsoft Dev Box from the command-line with the Azure CLI](how-to-install-dev-box-cli.md)
36
37
37
38
## Connect to a dev box
38
39
39
40
After you create your dev box, you can connect to it through a Remote Desktop app or through a browser.
40
41
41
-
:::image type="content" source="./media/how-to-manage-dev-boxes/open-rdp-client.jpg" alt-text="Screenshot of the option to open a dev box in an RDP client.":::
42
-
43
-
For most cases, use the Remote Desktop app when you're accessing a dev box. Remote Desktop provides the highest performance and best user experience for heavy workloads. For more information, see [Tutorial: Use a Remote Desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md).
42
+
Remote Desktop provides the highest performance and best user experience for heavy workloads. Remote Desktop also supports multi-monitor configuration. For more information, see [Tutorial: Use a Remote Desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md).
44
43
45
44
Use the browser for lighter workloads. When you access your dev box via your phone or laptop, you can use the browser. The browser is useful for tasks such as a quick bug fix or a review of a GitHub pull request. For more information, see the [steps for using a browser to connect to a dev box](./quickstart-create-dev-box.md#connect-to-a-dev-box).
46
45
46
+
## Shutdown, restart or start a dev box
47
+
48
+
You can perform many actions on a dev box through the developer portal by using the actions menu on the dev box tile. The options you see depend on the state of the dev box, and the configuration of the dev box pool it belongs to. For example, you can shut down or restart a running dev box, or start a stopped dev box.
49
+
50
+
To shut down or restart a dev box.
51
+
52
+
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
53
+
1. On the dev box you want to shut down or restart, select actions.
54
+
55
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-shutdown.png" alt-text="Screenshot of developer portal showing the dev box tile for a running dev box with the actions menu highlighted.":::
56
+
57
+
1. For a dev box that is running, you can select **Shut down** or **Restart**.
58
+
59
+
To start a dev box:
60
+
61
+
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
62
+
1. On the dev box you want to start, select actions.
63
+
64
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-start.png" alt-text="Screenshot of developer portal showing the dev box tile for a stopped dev box with the actions menu highlighted.":::
65
+
66
+
1. For a dev box that is stopped, you can select **Start**.
67
+
68
+
## Get information about a dev box
69
+
70
+
You can view information about a dev box, like the creation date, the dev center it belongs to, and the dev box pool it belongs to. You can also check the source image in use.
71
+
72
+
To get more information about your dev box:
73
+
74
+
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
75
+
1. On the dev box you want to view, select actions > **More info**.
76
+
77
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-more-info.png" alt-text="Screenshot of developer portal showing a dev box tile with the actions menu selected, and more info highlighted.":::
78
+
79
+
1. In the dev box details pane, you see more information about your dev box, like the following example:
80
+
81
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-details-pane.png" alt-text="Screenshot of the dev box more information pane, showing creation date, dev center, dev box pool, and source image for the dev box.":::
82
+
47
83
## Delete a dev box
48
84
49
85
When you no longer need a dev box, you can delete it.
@@ -55,9 +91,17 @@ You can delete dev boxes after you finish your tasks. Say you finished fixing yo
55
91
> [!NOTE]
56
92
> Ensure that neither you nor your team members need the dev box before deleting. You can't retrieve dev boxes after deletion.
57
93
58
-
[!INCLUDE [clean up resources](./includes/clean-up-resources.md)]
94
+
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
95
+
96
+
1. For the dev box that you want to delete, select actions > **Delete**.
97
+
98
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-delete.png" alt-text="Screenshot of the dev box actions menu with the Delete option.":::
99
+
100
+
1. To confirm the deletion, select **Delete**.
101
+
102
+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-confirm-delete.png" alt-text="Screenshot of the confirmation message about deleting a dev box.":::
59
103
60
-
## Next steps
104
+
## Related content
61
105
62
106
-[Use a remote desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md)
63
107
-[Use a browser to connect to a dev box](./quickstart-create-dev-box.md#connect-to-a-dev-box)
Copy file name to clipboardExpand all lines: articles/dev-box/includes/create-dev-box.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: dev-box
9
9
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
10
10
11
11
2. Select **+ Add dev box**.
12
-
:::image type="content" source="../media/quickstart-create-dev-box/dev-portal-welcome.png" alt-text="Screenshot of the developer portal and the button for adding a dev box.":::
12
+
:::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.":::
13
13
14
14
3. In **Add a dev box**, enter the following values:
0 commit comments