Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a Windows bias by consistently presenting Azure PowerShell examples alongside Azure CLI, mentioning PowerShell before CLI in several sections, and referencing Windows-centric tools and patterns (such as PowerShell modules and commands). There is no mention of Linux-specific shell usage (e.g., Bash), nor are there examples tailored for Linux environments, despite the fact that Azure CLI is cross-platform and commonly used on Linux. The documentation also references installation paths and behaviors (e.g., Helm installed in the .azure folder) that may be more familiar to Windows users.
Recommendations
- Provide explicit Bash/Linux shell examples alongside PowerShell, especially for Azure CLI commands.
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Include instructions for installing Azure CLI and extensions on Linux (e.g., apt, yum, zypper) and macOS (brew).
- Mention Linux-native tools and patterns (e.g., using curl, wget, or package managers) where relevant.
- Avoid presenting PowerShell examples before CLI, or alternate the order to avoid implicit prioritization.
- Add notes about file paths and installation behaviors that differ between Windows and Linux environments.
Create Pull Request