Skip to content

Commit 8aedccf

Browse files
authored
Merge pull request #293876 from RoseHJM/mdb-dev-portal-updates-02
MDB - Developer portal updates 02
2 parents f456eea + 567a00a commit 8aedccf

File tree

7 files changed

+22
-12
lines changed

7 files changed

+22
-12
lines changed

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

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 01/03/2024
9+
ms.date: 01/30/2025
1010
ms.topic: how-to
1111

1212
# customer intent: As a developer, I want to learn what tasks I can perform through the developer portal so that I can manage my dev boxes.
@@ -41,19 +41,21 @@ You can also create a dev box through the Azure CLI dev center extension. For mo
4141

4242
After you create your dev box, you can connect to it through a Remote Desktop application or via the browser.
4343

44-
The new Windows App remote desktop client is the recommended client for Microsoft Dev Box; it provides an enhanced user experience, including support for multiple monitors. It is also available on multiple platforms, including Windows, macOS, iOS/iPadOS, Android/Chrome OS (preview), and web browsers. For more information, see [Get started with Windows App](https://aka.ms/dev-box/windows-app).
44+
The new Windows App remote desktop client is the recommended client for Microsoft Dev Box; it provides an enhanced user experience, including support for multiple monitors. It's also available on multiple platforms, including Windows, macOS, iOS/iPadOS, Android/Chrome OS (preview), and web browsers. For more information, see [Get started with Windows App](https://aka.ms/dev-box/windows-app).
4545

4646
You can 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).
4747

48-
## Shut down, restart, or start a dev box
48+
## Explore dev box actions
4949

50-
You can perform many actions on a dev box in the Microsoft Dev Box developer portal by using the actions menu (**...**) on the dev box tile. The available options 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.
50+
You can perform many actions on a dev box in the Microsoft Dev Box developer portal by using the actions menu on the dev box tile. The available options 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.
51+
52+
### Shut down, restart, or start a dev box
5153

5254
To shut down or restart a dev box:
5355

5456
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
5557

56-
1. On the dev box you that want to shut down or restart, select the actions menu (**...**).
58+
1. On the dev box you that want to shut down or restart, select the actions menu.
5759

5860
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-shutdown.png" alt-text="Screenshot of the developer portal showing the actions menu for a running dev box." border="false":::
5961

@@ -63,29 +65,29 @@ To start a dev box:
6365

6466
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
6567

66-
1. On the dev box you that want to start, select the actions menu (**...**).
68+
1. On the dev box you that want to start, select the actions menu.
6769

6870
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-start.png" alt-text="Screenshot of the developer portal showing the actions menu for a stopped dev box." border="false":::
6971

7072
1. For a stopped dev box, you can select **Start**.
7173

72-
## Get information about a dev box
74+
### Get information about a dev box
7375

7476
You can use the Microsoft Dev Box developer portal to view information about a dev box, such as the creation date, and the dev center and dev box pool it belongs to. You can also check the source image in use.
7577

7678
To get more information about your dev box:
7779

7880
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
7981

80-
1. On the dev box that you want to view, select the actions menu (**...**) and then select **More Info**.
82+
1. On the dev box that you want to view, select the actions menu, and then select **More Info**.
8183

8284
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-more-info.png" alt-text="Screenshot of the developer portal showing the actions menu for a dev box and More Info selected." border="false":::
8385

8486
1. In the dev box details pane, you see more information about your dev box, like the following example:
8587

8688
:::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." border="false":::
8789

88-
## Delete a dev box
90+
### Delete a dev box
8991

9092
When you no longer need a dev box, you can delete it in the developer portal.
9193

@@ -94,18 +96,26 @@ There are many reasons why you might not need a dev box anymore. Maybe you compl
9496
You can delete dev boxes after you finish your tasks. Suppose you finish fixing your bug and merge your pull request. Now, you can delete your dev box and create new dev boxes to work on new items.
9597

9698
> [!IMPORTANT]
97-
> You can't retrieve a dev box after it's deleted. Before you delete a dev box, confirm that neither you nor your team members need the dev box for future tasks.
99+
> You can't retrieve a dev box after it's deleted. Before you delete a dev box, confirm that you and your team members don't need the dev box for future tasks.
98100
99101
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
100102

101-
1. For the dev box that you want to delete, select the actions menu (**...**) and then select **Delete**.
103+
1. For the dev box that you want to delete, select the actions menu and then select **Delete**.
102104

103-
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-delete.png" alt-text="Screenshot of the developer portal showing the actions menu for a dev box and Delete selected." border="false":::
105+
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-actions-delete.png" alt-text="Screenshot of the developer portal showing the actions menu for a dev box and Delete selected." border="false":::
104106

105107
1. To confirm the deletion, select **Delete**.
106108

107109
:::image type="content" source="media/how-to-create-dev-boxes-developer-portal/dev-box-confirm-delete.png" alt-text="Screenshot of the confirmation message after you select to delete a dev box." border="false":::
108110

111+
### Discover more dev box actions
112+
113+
Dependent on how your dev box is configured, you can perform more actions on a dev box in the Microsoft Dev Box developer portal. For example, you can:
114+
115+
**Hibernate or resume:** If your dev box has hibernation enabled, you can hibernate or resume the dev box. Hibernation is useful when you want to save the current state of your dev box and resume it later. For more information, see [Hibernate a dev box in Microsoft Dev Box](how-to-hibernate-your-dev-box.md).
116+
117+
**Troubleshoot & repair:** If you encounter issues connecting to your dev box, you can use the Troubleshoot and repair to relsove the issue. For more information, see [Troubleshoot and repair a dev box in Microsoft Dev Box](how-to-troubleshoot-repair-dev-box.md).
118+
109119
## Related content
110120

111121
- [Use a remote desktop client to connect to a dev box](./tutorial-connect-to-dev-box-with-remote-desktop-app.md)
68.6 KB
Loading
-2.92 KB
Loading
1.9 KB
Loading
-4.21 KB
Loading
Binary file not shown.
-1.55 KB
Loading

0 commit comments

Comments
 (0)