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
⚠️
powershell_heavy
Summary:
The documentation generally strives for cross-platform parity, but there is a subtle Windows bias in the ordering and presentation of examples. 'Windows' is often mentioned before Linux/macOS in tabbed instructions, and PowerShell is given a dedicated programming language pivot, which may not be as relevant for Linux users. However, Linux/macOS instructions are present and complete, and most commands are cross-platform.
Recommendations:
- Alternate the order of platform tabs (e.g., sometimes list Linux/macOS before Windows) to avoid always privileging Windows.
- Where possible, use neutral terms like 'terminal' instead of 'command prompt' unless specifically referring to Windows Cmd.
- Clarify that PowerShell examples are primarily for Windows, and consider providing Bash equivalents for Linux users where PowerShell scripting is shown.
- Ensure that all code snippets and instructions are validated on both Windows and Linux/macOS, and explicitly mention any platform-specific differences.
- In sections where multiple platforms are supported, consider grouping instructions by task rather than by OS to reinforce parity.
Create pull request