Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page presents PowerShell instructions before Azure CLI examples in the 'Service providers' section, and refers to PowerShell-specific commands and patterns. While Azure CLI examples are included, there is a subtle preference for Windows/PowerShell tooling, which may be less familiar or accessible to Linux users. No Linux-specific shell examples (e.g., bash scripts) or explicit mention of Linux environments are provided.
Recommendations
- Present Azure CLI examples before PowerShell examples, as CLI is cross-platform and more commonly used on Linux.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide guidance for Linux users where relevant.
- Include bash script examples or usage notes for Linux environments, such as how to run these commands in a Linux shell.
- Avoid language that assumes use of PowerShell or Windows tools as the default; clarify that both PowerShell and CLI are supported across platforms.
Create Pull Request