Skip to content

Commit 71bf85c

Browse files
authored
Merge pull request #264758 from RoseHJM/mdb-rdp-split
MDB - Updates to RDP docs
2 parents d732f9a + b80c685 commit 71bf85c

11 files changed

+113
-61
lines changed

articles/dev-box/.openpublishing.redirection.dev-box.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"source_path_from_root": "/articles/dev-box/monitor-reference.md",
4545
"redirect_url": "/azure/dev-box/monitor-dev-box-reference",
4646
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/articles/dev-box/tutorial-connect-to-dev-box-with-remote-desktop-app.md#configure-remote-desktop-to-use-multiple-monitors",
50+
"redirect_url": "/azure/dev-box/tutorial-configure-multiple-monitors",
51+
"redirect_document_id": false
4752
}
4853
]
4954
}

articles/dev-box/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ landingContent:
5454
linkLists:
5555
- linkListType: tutorial
5656
links:
57-
- text: Configure the Remote Desktop client to connect to a dev box with multiple monitors
57+
- text: Configure the Remote Desktop client to connect to a dev box
5858
url: tutorial-connect-to-dev-box-with-remote-desktop-app.md
59+
- text: Use multiple monitors with your dev box
60+
url: tutorial-configure-multiple-monitors.md
5961
- linkListType: how-to-guide
6062
links:
6163
- text: Troubleshoot dev box connectivity issues
214 KB
Loading
63 KB
Loading
1.9 KB
Loading

articles/dev-box/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ items:
5656
href: how-to-create-dev-boxes-developer-portal.md
5757
- name: Connect with Remote Desktop App
5858
href: tutorial-connect-to-dev-box-with-remote-desktop-app.md
59+
- name: Use multiple monitors
60+
href: tutorial-configure-multiple-monitors.md
5961
- name: Troubleshoot dev box connectivity issues
6062
href: how-to-troubleshoot-repair-dev-box.md
6163
- name: Security
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: 'Tutorial: Configure multiple monitors for your dev box'
3+
titleSuffix: Microsoft Dev Box
4+
description: In this tutorial, you configure an RDP client to use multiple monitors when connecting to a dev box.
5+
services: dev-box
6+
ms.service: dev-box
7+
ms.author: rosemalcolm
8+
author: RoseHJM
9+
ms.date: 01/30/2023
10+
ms.topic: tutorial
11+
---
12+
13+
# Tutorial: Use multiple monitors on a dev box
14+
15+
In this tutorial, you configure a remote desktop client to use dual or more monitors when you connect to your dev box.
16+
17+
Using multiple monitors gives you more screen real estate to work with. You can spread your work across multiple screens, or use one screen for your development environment and another for documentation, email or messaging.
18+
19+
In this tutorial, you learn how to:
20+
21+
> [!div class="checklist"]
22+
> * Configure the remote desktop client for multiple monitors.
23+
24+
## Prerequisites
25+
26+
To complete this tutorial, you must [install the Remote desktop app](tutorial-connect-to-dev-box-with-remote-desktop-app.md#download-the-remote-desktop-client-for-windows) on your local machine.
27+
28+
## Configure Remote Desktop to use multiple monitors
29+
30+
When you connect to your cloud-hosted developer machine in Microsoft Dev Box by using a remote desktop app, you can take advantage of a multi-monitor setup. Microsoft Remote Desktop for Windows and Microsoft Remote Desktop for Mac both support up to 16 monitors.
31+
32+
Use the following steps to configure Remote Desktop to use multiple monitors.
33+
34+
# [Windows](#tab/windows)
35+
36+
1. Open the Remote Desktop app.
37+
38+
:::image type="content" source="./media/tutorial-configure-multiple-monitors/remote-desktop-app.png" alt-text="Screenshot of the Windows 11 start menu with Remote desktop showing and open highlighted.":::
39+
40+
1. Right-click the dev box you want to configure, and then select **Settings**.
41+
42+
1. On the settings pane, turn off **Use default settings**.
43+
44+
:::image type="content" source="media/tutorial-configure-multiple-monitors/turn-off-default-settings.png" alt-text="Screenshot showing the Use default settings slider.":::
45+
46+
1. In **Display Settings**, in the **Display configuration** list, select the displays to use and configure the options:
47+
48+
| Value | Description | Options |
49+
|---|---|---|
50+
| All displays | Remote desktop uses all available displays. | - Use only a single display when in windowed mode. <br> - Fit the remote session to the window. |
51+
| Single display | Remote desktop uses a single display. | - Start the session in full screen mode. <br> - Fit the remote session to the window. <br> - Update the resolution on when a window is resized. |
52+
| Select displays | Remote Desktop uses only the monitors you select. | - Maximize the session to the current displays. <br> - Use only a single display when in windowed mode. <br> - Fit the remote connection session to the window. |
53+
54+
:::image type="content" source="media/tutorial-configure-multiple-monitors/remote-desktop-select-display.png" alt-text="Screenshot showing the Remote Desktop display settings, highlighting the option to select the number of displays.":::
55+
56+
1. Close the settings pane, and then select your dev box to begin the Remote Desktop session.
57+
58+
# [Non-Windows](#tab/non-Windows)
59+
60+
1. Open Remote Desktop.
61+
62+
1. Select **PCs**.
63+
64+
1. On the Connections menu, select **Edit PC**.
65+
66+
1. Select **Display**.
67+
68+
1. On the Display tab, select **Use all monitors**, and then select **Save**.
69+
70+
:::image type="content" source="media/tutorial-configure-multiple-monitors/remote-desktop-for-mac.png" alt-text="Screenshot showing the Edit PC dialog box with the display configuration options.":::
71+
72+
1. Select your dev box to begin the Remote Desktop session.
73+
74+
---
75+
76+
## Clean up resources
77+
78+
Dev boxes incur costs whenever they're running. When you finish using your dev box, shut down or stop it to avoid incurring unnecessary costs.
79+
80+
You can stop a dev box from the developer portal:
81+
82+
1. Sign in to the [developer portal](https://aka.ms/devbox-portal).
83+
84+
1. For the dev box that you want to stop, select More options (**...**), and then select **Stop**.
85+
86+
:::image type="content" source="./media/tutorial-configure-multiple-monitors/stop-dev-box.png" alt-text="Screenshot of the menu command to stop a dev box.":::
87+
88+
The dev box might take a few moments to stop.
89+
90+
## Related content
91+
92+
- [Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)
93+
- Learn how to [connect to a dev box through the browser](./quickstart-create-dev-box.md#connect-to-a-dev-box)

0 commit comments

Comments
 (0)