Skip to content

Commit b0c9ac6

Browse files
author
RoseHJM
committed
MDB - Windows App update
1 parent f8eb903 commit b0c9ac6

13 files changed

+35
-24
lines changed

articles/dev-box/concept-dev-box-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The network connection that is associated with a dev box pool determines where t
3636

3737
Developers can create a dev box from a dev box pool by using the developer portal. They might choose from a specific pool based on the VM image, compute resources, or the location where the dev box is hosted.
3838

39-
Once the dev box is running, dev box users can [remotely connect](#user-connectivity) to it by using a remote desktop client or directly from the browser. Dev box users have full control over the dev boxes they created, and can manage them from the developer portal.
39+
Once the dev box is running, dev box users can [remotely connect](#user-connectivity) to it by using a Remote Desktop client like Windows App, or directly from the browser. Dev box users have full control over the dev boxes they created, and can manage them from the developer portal.
4040

4141
## Microsoft Dev Box architecture
4242

@@ -102,7 +102,7 @@ When you configure dev boxes to use [Microsoft Entra join](/azure/active-directo
102102

103103
### User connectivity
104104

105-
When a dev box is running, developers can connect to the dev box by using a Remote Desktop client or directly from within the browser.
105+
When a dev box is running, developers can connect to the dev box by using a Remote Desktop client like Windows App, or directly from within the browser.
106106

107107
Dev box connectivity is provided by Azure Virtual Desktop. No inbound connections direct from the Internet are made to the dev box. Instead, the following connections are made:
108108

articles/dev-box/concept-dev-box-deployment-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Each of these roles has specific responsibilities during the deployment of Micro
3939

4040
- **Developer**: self-serve one or more dev boxes within their assigned projects.
4141
- Create and manage a dev box based on project dev box pool from the developer portal
42-
- Connect to a dev box by using remote desktop or from the browser
42+
- Connect to a dev box by using a Remote Desktop client like Windows App
4343

4444
:::image type="content" source="media/overview-what-is-microsoft-dev-box/dev-box-roles.png" alt-text="Diagram that shows roles and responsibilities for Dev Box platform engineers, team leads, and developers." lightbox="media/overview-what-is-microsoft-dev-box/dev-box-roles.png" border="false":::
4545

@@ -250,11 +250,11 @@ Microsoft Dev Box uses Microsoft Intune to manage your dev boxes. Use Microsoft
250250
251251
#### Device configuration
252252

253-
After a dev box is provisioned, you can manage it like any other Windows device in Microsoft Intune. For example, you can create [device configuration profiles](/mem/intune/configuration/device-profiles) to turn different settings on and off in Windows, or push apps and updates to your users dev boxes.
253+
After a dev box is provisioned, you can manage it like any other Windows device in Microsoft Intune. For example, you can create [device configuration profiles](/mem/intune/configuration/device-profiles) to turn different settings on and off in Windows, or push apps and updates to your users' dev boxes.
254254

255255
#### Configure conditional access policies
256256

257-
You can use Intune to configure conditional access policies to control access to dev boxes. For Dev Box, its common to configure conditional access policies to restrict who can access dev box, what they can do, and where they can access from. To configure conditional access policies, you can use Microsoft Intune to create dynamic device groups and conditional access policies.
257+
You can use Intune to configure conditional access policies to control access to dev boxes. For Dev Box, it's common to configure conditional access policies to restrict who can access dev box, what they can do, and where they can access from. To configure conditional access policies, you can use Microsoft Intune to create dynamic device groups and conditional access policies.
258258

259259
Some usage scenarios for conditional access in Microsoft Dev Box include:
260260

@@ -266,7 +266,7 @@ Learn how you can [configure conditional access policies for Dev Box](./how-to-c
266266

267267
#### Privilege management
268268

269-
You can configure Microsoft Intune Endpoint Privilege Management (EPM) for dev boxes so that dev box users don't need local administrative privileges. Microsoft Intune Endpoint Privilege Management allows your organizations users to run as a standard user (without administrator rights) and complete tasks that require elevated privileges. Tasks that commonly require administrative privileges are application installs (like Microsoft 365 Applications), updating device drivers, and running certain Windows diagnostics.
269+
You can configure Microsoft Intune Endpoint Privilege Management (EPM) for dev boxes so that dev box users don't need local administrative privileges. Microsoft Intune Endpoint Privilege Management allows your organization's users to run as a standard user (without administrator rights) and complete tasks that require elevated privileges. Tasks that commonly require administrative privileges are application installs (like Microsoft 365 Applications), updating device drivers, and running certain Windows diagnostics.
270270

271271
Learn more about how to [configure Microsoft Intune Endpoint Privilege for Microsoft Dev Box](./how-to-elevate-privilege-dev-box.md).
272272

articles/dev-box/dev-box-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sections:
4141
4242
- question: Can I use a smart card, or other physical device with Dev Box?
4343
answer: Yes. Dev Box users can use smart card and other devices that are connected to the physical machine. Since Dev Box uses same RDP client as Azure Virtual Desktop, you can review following documentation to learn about all the different capabilities supported by RDP client. You can also review RDP client capabilities on different operating systems.
44-
[Compare the features of remote desktop clients - Redirection comparison](../virtual-desktop/compare-remote-desktop-clients.md#redirection)
44+
[Compare the features of Remote Desktop clients - Redirection comparison](../virtual-desktop/compare-remote-desktop-clients.md#redirection)
4545

4646
- question: Can I use Linux as my development environment?
4747
answer: Microsoft Dev Box supports Windows Subsystem for Linux (WSL) for Linux scenarios. This support enables users to use Linux environment alongside Windows tools. GitHub users who use VS Code for development can use GitHub Codespaces.

articles/dev-box/how-to-configure-multiple-monitors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ When you connect to your cloud-hosted developer machine in Microsoft Dev Box by
2626
| Remote Desktop Connection (MSTSC) | <sub>:::image type="icon" source="./media/how-to-configure-multiple-monitors/yes.svg" border="false":::</sub> | [Microsoft Remote Desktop Connection](/azure/dev-box/how-to-configure-multiple-monitors?branch=main&tabs=windows-connection#configure-remote-desktop-to-use-multiple-monitors) |
2727
| Microsoft Remote Desktop for macOS | <sub>:::image type="icon" source="./media/how-to-configure-multiple-monitors/yes.svg" border="false":::</sub> | [Microsoft Remote Desktop for macOS](/azure/dev-box/how-to-configure-multiple-monitors?branch=main&tabs=macOS#configure-remote-desktop-to-use-multiple-monitors) |
2828

29+
30+
[!INCLUDE [note-windows-app](includes/note-windows-app.md)]
31+
2932
## Prerequisites
3033

3134
To complete the steps in this article, you must install the appropriate Remote Desktop client on your local machine.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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 application or via the browser.
4343

44-
A remote desktop client application like Windows App provides the highest performance and best user experience for heavy workloads. Windows App also supports multi-monitor configuration. For more information, see [Get started with Windows App](/windows-app/get-started-connect-devices-desktops-apps?context=/azure/dev-box/context/context&pivots=dev-box).
44+
A remote desktop client application like Windows App provides the highest performance and best user experience for heavy workloads. Windows App also supports multi-monitor configuration. 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

articles/dev-box/how-to-enable-single-sign-on.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ If you disable single sign-on for a pool, new dev boxes created from that pool p
8888

8989
When single sign-on is enabled for a pool, your sign-on experience is as follows:
9090

91-
The first time you connect to a dev box with single sign-on enabled, you first sign into your physical machine. Then you connect to your dev box from the Remote Desktop app or the developer portal. When the dev box starts up, you must enter your credentials to access the dev box.
91+
The first time you connect to a dev box with single sign-on enabled, you first sign into your physical machine. Then you connect to your dev box from a remote desktop client like Windows App or the developer portal. When the dev box starts up, you must enter your credentials to access the dev box.
9292

93-
The next time you connect to your dev box, whether through the Remote Desktop app or through the developer portal, you don't have to enter your credentials.
93+
The next time you connect to your dev box, whether through the Windows App or through the developer portal, you don't have to enter your credentials.
9494

9595
If your connection to your dev box is interrupted because your client machine goes to sleep, you see a message explaining the issue, and you can reconnect by selecting the **Reconnect** button. You don't have to reenter your credentials.
9696

articles/dev-box/how-to-hibernate-your-dev-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To resume your dev box through the Microsoft Dev Box developer portal:
4242

4343
1. On the dev box you want to resume, on the more options menu, select **Resume**.
4444

45-
In addition, you can also double select on your dev box in the list of VMs you see in the "Remote Desktop" app. Your dev box automatically starts up and resumes from a hibernating state.
45+
In addition, you can also double select on your dev box in the list of VMs you see in the Windows App. Your dev box automatically starts up and resumes from a hibernating state.
4646

4747
## Hibernate your dev box using the Azure CLI
4848

articles/dev-box/how-to-troubleshoot-repair-dev-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot and repair Dev Box RDP connectivity issues
2+
title: Troubleshoot and repair Remote Desktop connectivity issues
33
description: Having problems connecting to your dev box remotely? Learn how to troubleshoot and resolve connectivity issues to your dev box with developer portal tools.
44
author: RoseHJM
55
ms.author: rosemalcolm
@@ -10,9 +10,9 @@ ms.date: 01/10/2024
1010
#CustomerIntent: As a dev box user, I want to be able to troubleshoot and repair connectivity issues with my dev box so that I don't lose development time.
1111
---
1212

13-
# Troubleshoot and resolve dev box remote desktop connectivity issues
13+
# Troubleshoot and resolve dev box Remote Desktop connectivity issues
1414

15-
In this article, you learn how to troubleshoot and resolve remote desktop connectivity (RDC) issues with your dev box. Because RDC issues to your dev box can be time consuming to resolve manually, use the **Troubleshoot & repair** tool in the developer portal to diagnose and repair some common dev box connectivity issues.
15+
In this article, you learn how to troubleshoot and resolve Remote Desktop Connectivity (RDC) issues with your dev box. Because RDC issues to your dev box can be time consuming to resolve manually, use the **Troubleshoot & repair** tool in the developer portal to diagnose and repair some common dev box connectivity issues.
1616

1717
:::image type="content" source="media/how-to-troubleshoot-repair-dev-box/dev-box-troubleshoot-repair-tool.png" alt-text="Screenshot showing the Troubleshoot and repair tool in the Microsoft developer portal." lightbox="media/how-to-troubleshoot-repair-dev-box/dev-box-troubleshoot-repair-tool.png":::
1818

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: RoseHJM
3+
ms.author: rosemalcolm
4+
ms.date: 10/07/2024
5+
ms.topic: include
6+
ms.service: dev-box
7+
---
8+
9+
> [!NOTE]
10+
> 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).

articles/dev-box/overview-what-is-microsoft-dev-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is Microsoft Dev Box?
3-
description: Explore Microsoft Dev Box for self-service access to ready-to-code cloud-based workstations and developer productivity that integrates with tools like Visual Studio.
3+
description: Explore Microsoft Dev Box for self-service ready-to-code cloud-based workstations and developer productivity that integrates with tools like Visual Studio.
44
services: dev-box
55
ms.service: dev-box
66
ms.topic: overview
@@ -14,7 +14,7 @@ adobe-target: true
1414

1515
Microsoft Dev Box gives developers self-service access to ready-to-code cloud workstations called *dev boxes*. You can configure dev boxes with tools, source code, and prebuilt binaries that are specific to a project, so developers can immediately start work. You can create your own customized image, or use a preconfigured image from Azure Marketplace, complete with Visual Studio already installed.
1616

17-
If you're a developer, you can use multiple dev boxes in your day-to-day workflows. You can access your dev boxes through a remote desktop client, or through a web browser, like any virtual desktop.
17+
If you're a developer, you can use multiple dev boxes in your day-to-day workflows. You can access your dev boxes through a Remote Desktop client like Windows App, or through a web browser, like any virtual desktop.
1818

1919
The Dev Box service was designed with three organizational roles in mind: platform engineers, development team leads, and developers.
2020

0 commit comments

Comments
 (0)