Skip to content

Commit eb2b321

Browse files
committed
add accessibility
1 parent 8014157 commit eb2b321

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

articles/virtual-machines/linux/serial-console.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ SUSE | Newer SLES images available on Azure have console access enabled b
143143
Oracle Linux | Oracle Linux images available on Azure have console access enabled by default.
144144
Custom Linux images | To enable serial console for your custom Linux VM image, enable console access in /etc/inittab to run a terminal on ttyS0. Here is an example to add this in the inittab file: `S0:12345:respawn:/sbin/agetty -L 115200 console vt102`. For more information on properly creating custom images see [Create and upload a Linux VHD in Azure](https://aka.ms/createuploadvhd).
145145
146+
## Accessibility in the Azure Virtual Machine Serial Console
147+
Accessibility is a key focus for the Azure serial console. To that end, we have ensured that the serial console is accessible for those with visual and hearing impairments, as well as people who may not be able to use a mouse.
148+
149+
### Keyboard navigation
150+
Use the `tab` key on your keyboard to navigate around the serial console interface within the Aure portal. Your location will be highlighted on screen. To leave the focus of the serial console blade, press `Ctrl + F6` on your keyboard.
151+
152+
### Use serial console with a screen reader
153+
Serial console comes with screen reader support built in. Navigating around with a screen reader turned on will allow the alt text for the currently selected button to be read aloud by the screen reader.
154+
146155
## Errors
147156
Most errors are transient in nature and retrying the serial console connection often addresses these. The table below shows a list of errors and mitigations
148157

articles/virtual-machines/windows/serial-console.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ The Serial Console can be used to send a NMI to an Azure virtual machine using t
165165
166166
For information on configuring Windows to create a crash dump when it receives an NMI, see: [How to generate a complete crash dump file or a kernel crash dump file by using an NMI on a Windows-based system](https://support.microsoft.com/en-us/help/927069/how-to-generate-a-complete-crash-dump-file-or-a-kernel-crash-dump-file)
167167
168+
## Accessibility in the Azure Virtual Machine Serial Console
169+
Accessibility is a key focus for the Azure serial console. To that end, we have ensured that the serial console is accessible for those with visual and hearing impairments, as well as people who may not be able to use a mouse.
170+
171+
### Keyboard navigation
172+
Use the `tab` key on your keyboard to navigate around the serial console interface within the Aure portal. Your location will be highlighted on screen. To leave the focus of the serial console blade, press `Ctrl + F6` on your keyboard.
173+
174+
### Use serial console with a screen reader
175+
Serial console comes with screen reader support built in. Navigating around with a screen reader turned on will allow the alt text for the currently selected button to be read aloud by the screen reader.
168176
169177
## Errors
170178
Most errors are transient in nature and retrying connection address these. The table below shows a list of errors and mitigations

0 commit comments

Comments
 (0)