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 maintains good cross-platform parity, but there are subtle signs of Windows bias. In several places, Windows command-line instructions (Cmd and PowerShell) are listed before or alongside Linux/macOS equivalents, and PowerShell is given its own language pivot and tab. The use of 'command prompt' as a generic term and the explicit inclusion of PowerShell-specific instructions and pivots may reinforce a Windows-centric perspective, even though Linux/macOS instructions are present. No major Linux examples are missing, and Linux tools (like curl) are included.
Recommendations:
- Ensure that Linux/macOS instructions are always presented first or in parallel with Windows instructions, especially in tabbed or pivoted sections.
- Avoid using 'command prompt' as a generic term; instead, specify 'terminal' or clarify the OS context.
- Where PowerShell is used, ensure Bash or equivalent Linux shell examples are equally prominent and not secondary.
- Review tab/pivot ordering to avoid defaulting to Windows/PowerShell first.
- Continue to use cross-platform tools (like curl) in examples, and avoid Windows-only tools or patterns unless absolutely necessary.
Create pull request