Skip to content

Commit b45c641

Browse files
authored
Merge pull request #250948 from RoseHJM/mdb-update-manage-dev-box
MDB - Updates to manage dev boxes through developer portal.
2 parents 645b207 + 086992c commit b45c641

File tree

12 files changed

+58
-14
lines changed

12 files changed

+58
-14
lines changed

articles/dev-box/how-to-create-dev-boxes-developer-portal.md

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 04/25/2023
9+
ms.date: 09/11/2023
1010
ms.topic: how-to
1111
---
1212

1313
# Manage a dev box by using the developer portal
1414

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.
1616

1717
## Permissions
1818

@@ -24,26 +24,62 @@ As a dev box developer, you can:
2424

2525
## Create a dev box
2626

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.
2828

2929
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.
3030

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.
3232

33-
To create a dev box:
33+
You can create a dev box by using:
3434

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)
3637

3738
## Connect to a dev box
3839

3940
After you create your dev box, you can connect to it through a Remote Desktop app or through a browser.
4041

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).
4443

4544
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).
4645

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+
4783
## Delete a dev box
4884

4985
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
5591
> [!NOTE]
5692
> Ensure that neither you nor your team members need the dev box before deleting. You can't retrieve dev boxes after deletion.
5793
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.":::
59103

60-
## Next steps
104+
## Related content
61105

62106
- [Use a remote desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md)
63107
- [Use a browser to connect to a dev box](./quickstart-create-dev-box.md#connect-to-a-dev-box)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: dev-box
99
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
1010

1111
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.":::
1313

1414
3. In **Add a dev box**, enter the following values:
1515

42 KB
Loading
56.4 KB
Loading
54.5 KB
Loading
10.6 KB
Loading
54.4 KB
Loading
26.9 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)