Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation lists PowerShell (a Windows-centric tool) before Azure CLI (cross-platform) in both the quickstart table and the 'Next steps' section, which may suggest a Windows-first bias. There are no explicit Linux-only examples or tools mentioned, and no mention of Linux-specific considerations, but Azure CLI is included, which is cross-platform.
Recommendations
- List Azure CLI before PowerShell in tables and 'Next steps' sections to prioritize the cross-platform tool.
- Explicitly mention that Azure CLI works on Linux, macOS, and Windows to reinforce cross-platform support.
- If possible, add a Linux-specific quickstart or note, or clarify that all examples (except PowerShell) are fully supported on Linux.
- Consider adding Bash or shell script examples where relevant, or link to Linux-specific guidance if available.
Create Pull Request