Skip to content

Commit 7b513c7

Browse files
authored
Merge pull request #102157 from briantaintor/btaintor_wvdLinux_1-23-20
Add WVD Linux SDK overview document
2 parents fb74492 + 9349197 commit 7b513c7

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- name: Deploy a GPU-based session host
4444
href: configure-vm-gpu.md
4545
- name: Create a profile container
46-
items:
46+
items:
4747
- name: Use a VM-based file share
4848
href: create-host-pools-user-profile.md
4949
- name: Use Azure NetApp Files
@@ -128,6 +128,8 @@
128128
href: remotefx-graphics-performance-counters.md
129129
- name: Reference
130130
items:
131+
- name: Linux support
132+
href: linux-overview.md
131133
- name: PowerShell
132134
href: /powershell/windows-virtual-desktop/overview
133135
- name: REST API
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Windows Virtual Desktop Linux Support - Azure
3+
description: A brief overview Linux support for Windows Virtual Desktop.
4+
services: virtual-desktop
5+
author: Heidilohr
6+
7+
ms.service: virtual-desktop
8+
ms.topic: conceptual
9+
ms.date: 01/23/2020
10+
ms.author: helohr
11+
---
12+
# Linux support
13+
14+
You can use the Linux SDK for Windows Virtual Desktop to build a standalone Windows Virtual Desktop client. You can also use it to enable Windows Virtual Desktop support on your client application. This quick guide will explain what the Linux SDK is and how to start using it.
15+
16+
## What is the Linux SDK?
17+
18+
You can use the SDK APIs to retrieve resource feeds, connect to desktop or remote application sessions, and use many of the redirections that our first-party clients support.
19+
20+
### Supported Linux distributions
21+
22+
The SDK is compatible with most operating systems based on Ubuntu 18.04 or later. If you have a different Linux distribution, we can work with you to figure out how to best support your needs.
23+
24+
### Feature support
25+
26+
The SDK supports multiple connections to desktop and remote application sessions. The following redirections are supported:
27+
28+
| Redirection | Supported |
29+
| :---------------- | :-------: |
30+
| Keyboard | ✔ |
31+
| Mouse | ✔ |
32+
| Audio in | ✔ |
33+
| Audio out | ✔ |
34+
| Clipboard (text) | ✔ |
35+
| Clipboard (image) | ✔ |
36+
| Clipboard (file) | ✔ |
37+
| Smartcard | ✔ |
38+
| Drive/folder | ✔ |
39+
40+
The SDK also supports multiple monitor display configurations, as long as the monitors you select for your session are contiguous.
41+
42+
We'll update this document as we add support for new features and redirections. If you want to suggest new features and other improvements, visit our [UserVoice page](https://go.microsoft.com/fwlink/?linkid=2116523).
43+
44+
## Get started with the Linux SDK
45+
46+
Before you can develop a Linux client for Windows Virtual Desktop, you need to do the following things:
47+
48+
1. Build and deploy a Windows Virtual Desktop environment for testing or production use.
49+
2. Test the available first-party clients to familiarize yourself with the Windows Virtual Desktop user experience.
50+
51+
## Next steps
52+
53+
You can request access to the Linux SDK on our [Tech Community forum](https://go.microsoft.com/fwlink/?linkid=2116541).
54+
55+
Check out our documentation for the following clients:
56+
57+
- [Windows Desktop client](connect-windows-7-and-10.md)
58+
- [Web client](connect-web.md)
59+
- [Android client](connect-android.md)
60+
- [macOS client](connect-macos.md)
61+
- [iOS client](connect-ios.md)

0 commit comments

Comments
 (0)