Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for all major steps, but consistently lists PowerShell examples and instructions alongside or immediately after CLI, rather than giving Linux/macOS-specific shell examples or prioritizing cross-platform tools. There is a slight Windows-first bias in the ordering and presence of PowerShell, but Linux users can complete all tasks using Azure CLI and kubectl. No steps are Windows-only, and Linux/macOS parity is generally maintained.
Recommendations
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and that PowerShell is primarily for Windows users.
- List Azure CLI (bash/sh) instructions before PowerShell in each section to prioritize cross-platform usage.
- Add a note clarifying that all Azure CLI and kubectl commands are fully supported on Linux/macOS.
- Consider removing or de-emphasizing PowerShell instructions in quickstarts unless there is a Windows-only requirement.
- Provide a brief table or section comparing command-line options for Linux, macOS, and Windows users.
Create Pull Request