Skip to content

Commit dd8b8d2

Browse files
authored
Merge pull request #262241 from GitHubber17/183368-11
Freshness | Microsoft Dev Box procedures
2 parents de68524 + c6249d2 commit dd8b8d2

File tree

6 files changed

+31
-29
lines changed

6 files changed

+31
-29
lines changed

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

Lines changed: 30 additions & 28 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: 09/11/2023
9+
ms.date: 01/03/2024
1010
ms.topic: how-to
1111
---
1212

@@ -28,43 +28,44 @@ As a dev box developer, you can:
2828

2929
You can create as many dev boxes as you need through the Microsoft Dev Box developer portal. You might create a separate dev box for different scenarios, for example:
3030

31-
- **Dev box per workload**: 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.
32-
- **Dev box for bug fixing**: 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.
31+
- **Dev box per workload**. Create a dev box for your front-end work and a separate dev box for your back-end work. You can also create multiple dev boxes for your back-end system.
32+
- **Dev box for bug fixing**. Use a separate dev box for the bug fix to work on the specific task and troubleshoot the issue without impacting your primary machine.
3333

34-
You can create a dev box by using:
34+
You can create a dev box by using the Microsoft Dev Box developer portal. For more information, see [Quickstart: Create a dev box by using the developer portal](quickstart-create-dev-box.md).
3535

36-
- Developer portal. For more information, see [Quickstart: Create a dev box by using the developer portal](quickstart-create-dev-box.md)
37-
- 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+
You can also create a dev box through the 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).
3837

3938
## Connect to a dev box
4039

41-
After you create your dev box, you can connect to it in two ways:
40+
After you create your dev box, you can connect to it through a remote application or via the browser.
4241

43-
- **Remote desktop client application**: 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).
42+
A **Remote Desktop client application** 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

45-
- **Browser**: 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).
44+
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).
4645

47-
## Shutdown, restart or start a dev box
46+
## Shut down, restart, or start a dev box
4847

49-
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.
48+
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.
5049

51-
To shut down or restart a dev box.
50+
To shut down or restart a dev box:
5251

5352
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
54-
1. On the dev box you want to shut down or restart, select actions.
53+
54+
1. On the dev box you that want to shut down or restart, select the actions menu (**...**).
5555

56-
:::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+
:::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":::
5757

58-
1. For a dev box that is running, you can select **Shut down** or **Restart**.
58+
1. For a running dev box, you can select **Shut down** or **Restart**.
5959

6060
To start a dev box:
6161

6262
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
63-
1. On the dev box you want to start, select actions.
63+
64+
1. On the dev box you that want to start, select the actions menu (**...**).
6465

65-
:::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.":::
66+
:::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":::
6667

67-
1. For a dev box that is stopped, you can select **Start**.
68+
1. For a stopped dev box, you can select **Start**.
6869

6970
## Get information about a dev box
7071

@@ -73,34 +74,35 @@ You can use the Microsoft Dev Box developer portal to view information about a d
7374
To get more information about your dev box:
7475

7576
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
76-
1. On the dev box you want to view, select actions > **More info**.
77+
78+
1. On the dev box that you want to view, select the actions menu (**...**) and then select **More Info**.
7779

78-
:::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.":::
80+
:::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":::
7981

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

82-
:::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.":::
84+
:::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":::
8385

8486
## Delete a dev box
8587

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

88-
There are many reasons why you might not need a dev box anymore. Maybe you finished testing, or you finished working on a specific project within your product.
90+
There are many reasons why you might not need a dev box anymore. Maybe you completed your testing, or you finished working on a specific project within your product.
8991

90-
You can delete dev boxes after you finish your tasks. Say you finished fixing your bug and merged your pull request. Now, you can delete your dev box and create new dev boxes to work on new items.
92+
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.
9193

92-
> [!NOTE]
93-
> Ensure that neither you nor your team members need the dev box before deleting. You can't retrieve dev boxes after deletion.
94+
> [!IMPORTANT]
95+
> 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.
9496
9597
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
9698

97-
1. For the dev box that you want to delete, select actions > **Delete**.
99+
1. For the dev box that you want to delete, select the actions menu (**...**) and then select **Delete**.
98100

99-
:::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.":::
101+
:::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":::
100102

101103
1. To confirm the deletion, select **Delete**.
102104

103-
:::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.":::
105+
:::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":::
104106

105107
## Related content
106108

30.2 KB
Loading
15.7 KB
Loading
16 KB
Loading
16 KB
Loading

articles/virtual-desktop/troubleshoot-client-windows-basic-shared.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ There are a few basic troubleshooting steps you can try if you're having issues
6868

6969
1. Make sure you're connected to the internet.
7070

71-
1. Make sure your dev box is running. For more information, see [Shutdown, restart or start a dev box](../dev-box/how-to-create-dev-boxes-developer-portal.md#shutdown-restart-or-start-a-dev-box).
71+
1. Make sure your dev box is running. For more information, see [Shutdown, restart or start a dev box](../dev-box/how-to-create-dev-boxes-developer-portal.md#shut-down-restart-or-start-a-dev-box).
7272

7373
1. Try to connect to your dev box from the Dev Box developer portal. For more information, see [Connect to a dev box](../dev-box/quickstart-create-dev-box.md#connect-to-a-dev-box).
7474

0 commit comments

Comments
 (0)