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
⚠️
windows_tools
Summary:
The documentation demonstrates a mild Windows bias by listing Windows tools (PuTTY) first and specifically mentioning them, while Mac/Linux equivalents are less detailed or omitted. The guidance for accessing the CLI prioritizes Windows users and tools, with only a brief mention of Mac (Terminal) and no explicit mention of Linux (e.g., GNOME Terminal, Konsole, or SSH command line). There are no PowerShell-specific examples or commands, but the pattern of mentioning Windows tools and order of presentation suggests a subtle preference.
Recommendations:
- Explicitly mention Linux systems and provide examples for accessing the CLI from Linux (e.g., 'On a Linux system, use Terminal or the ssh command').
- List all platforms (Windows, Mac, Linux) together and in a neutral order, or rotate the order to avoid implicit prioritization.
- Include common Linux terminal emulators (e.g., GNOME Terminal, Konsole) and the standard ssh command in the instructions.
- Avoid naming Windows tools (like PuTTY) exclusively; if tools are mentioned, provide equivalents for all major platforms.
- Consider a table or bullet list showing how to access the CLI from Windows, Mac, and Linux, with example commands for each.
Create pull request