Bias Analysis
Detected Bias Types
windows_first
windows_tools
Summary
The documentation provides examples for Azure CLI and Azure PowerShell, with PowerShell (a Windows-centric tool) given equal prominence to Azure CLI. In some sections, Windows-specific tools and OS versions are mentioned alongside Linux equivalents, but there is no clear bias toward Windows-only tools or patterns. No Linux/macOS-specific CLI examples (such as Bash or shell scripting) are provided, but Azure CLI is cross-platform. Windows and Linux OS components are listed together in breaking changes tables, and Windows is not prioritized over Linux in descriptions.
Recommendations
- Add explicit Bash or shell examples for Linux/macOS users where Azure CLI is used, clarifying cross-platform compatibility.
- Consider mentioning that Azure CLI works on Linux/macOS and Windows, and provide links to installation instructions for all platforms.
- If referencing PowerShell, clarify its availability on Linux/macOS and link to cross-platform installation guides.
- Ensure that any OS-specific instructions or examples are grouped or labeled by platform, so Linux/macOS users can easily find relevant information.
Create Pull Request