Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a mild Windows bias. Windows and PowerShell examples are given explicit tabs and are often listed before Linux/macOS equivalents. Windows-specific notes (such as quoting conventions) are called out, and PowerShell environment variable syntax is included as a separate tab. The 'Related content' section links to a PowerShell-specific guide for service principals, rather than a cross-platform or CLI-focused resource. However, Linux/macOS examples are present and reasonably complete.
Recommendations
- Ensure Linux/macOS examples are given equal prominence, possibly listing Linux/macOS first or side-by-side with Windows.
- Provide links to cross-platform Azure CLI documentation in 'Related content', not just PowerShell guides.
- Clarify that all CLI commands work equally on Linux/macOS/Windows, and avoid implying Windows is the default platform.
- Where quoting or syntax differences exist, explain them in a neutral way without prioritizing Windows.
- Consider merging PowerShell and Windows tabs if the commands are identical, or clarify when PowerShell is required versus standard CLI.
Create Pull Request