About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by prioritizing Windows-specific instructions and tools, such as referencing Windows settings for keyboard layout configuration and mentioning RDP (a Windows protocol) more prominently. There are no explicit Linux or macOS examples for common administrative tasks, and Linux-specific workflows (such as SSH client usage or keyboard layout configuration on Linux) are omitted. The documentation also references Windows tools and patterns without providing Linux equivalents.
Recommendations:
- Provide parallel Linux (and macOS) instructions for tasks such as setting keyboard layouts, connecting via SSH, and using native clients.
- Include examples and references for both RDP (Windows) and SSH (Linux/macOS) workflows wherever applicable.
- Avoid listing Windows tools or settings first; instead, present cross-platform options together or in a platform-neutral order.
- Explicitly mention supported browsers and clients for Linux, not just Windows and Mac.
- Add links to documentation on configuring keyboard layouts and remote access tools on Linux and macOS.
Create pull request