Skip to content

Commit 9be8122

Browse files
authored
Merge pull request #191648 from cherylmc/sound1
add steps to enable sound
2 parents b51b09a + a36a24e commit 9be8122

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

articles/bastion/tutorial-create-host-portal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ This is the public IP address of the Bastion host resource on which RDP/SSH will
154154

155155
[!INCLUDE [Connect to a VM](../../includes/bastion-vm-connect.md)]
156156

157+
### To enable audio output
158+
159+
[!INCLUDE [Enable VM audio output](../../includes/bastion-vm-audio.md)]
160+
157161
## Remove VM public IP address
158162

159163
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]

includes/bastion-vm-audio.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
author: cherylmc
3+
ms.author: cherylmc
4+
ms.date: 03/14/2022
5+
ms.service: bastion
6+
ms.topic: include
7+
8+
---
9+
You can enable remote audio output for your VM. Some VMs automatically enable this setting, others require you to enable audio settings manually.
10+
11+
> [!NOTE]
12+
> Audio output takes up bandwidth on your internet connection.
13+
>
14+
15+
To enable remote audio output on a Windows VM:
16+
17+
1. After you are connected to the VM, on the right-hand bottom corner of the toolbar, you'll see an audio button.
18+
1. Right-click the audio button and select "Sounds".
19+
1. A pop-up appears asking if you would like to enable the Windows Audio Service. Select "Yes". You can configure more audio options in Sound preferences.
20+
1. To verify sound output, hover your mouse over the audio button on the toolbar.

0 commit comments

Comments
 (0)