Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation demonstrates a moderate Windows bias. PowerShell examples are provided alongside Azure CLI and REST API, but there is no mention of Linux-specific shell usage (e.g., bash), nor are there any references to Linux tools or scripting patterns. The term 'PowerShell' is used without clarifying cross-platform support, and links to PowerShell documentation may imply a Windows-centric approach. Additionally, the Azure portal is referenced, which is platform-agnostic but often associated with Windows environments. No explicit Linux examples or shell-specific notes are present.
Recommendations
- Explicitly state that Azure CLI and PowerShell are cross-platform, and clarify usage on Linux/macOS.
- Add bash/zsh examples for Azure CLI commands, showing usage in Linux environments (e.g., environment variable syntax, quoting).
- Include notes or links to installing and using Azure CLI and PowerShell on Linux/macOS.
- Avoid implying that PowerShell is Windows-only; mention PowerShell Core and its availability on Linux.
- Where possible, provide troubleshooting steps or examples relevant to Linux users (e.g., credential refresh, environment setup).
Create Pull Request