Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation shows some Windows bias. Windows and PowerShell are prioritized in several places: the Azure CLI installation link defaults to Windows, environment variable instructions list Windows first, and .NET/PowerShell are highlighted as management SDKs. While Linux and macOS instructions are present, Windows tools and patterns are often mentioned first or more prominently.
Recommendations
- Provide equal prominence to Linux and macOS instructions by rotating or randomizing the order of OS tabs, or by listing Linux/macOS first in some sections.
- When linking to installation instructions (e.g., Azure CLI), use a cross-platform link or provide links for all major OSes.
- Include more examples using Bash or other common Linux shells, not just PowerShell or Windows command prompt.
- Mention cross-platform SDKs and tools (like Azure CLI and REST APIs) before platform-specific ones (like .NET or PowerShell).
- Ensure that screenshots and sample file paths are not Windows-specific unless necessary.
- Where possible, provide parity in troubleshooting tips and notes for Linux/macOS users.
Create Pull Request