Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both PowerShell and Azure CLI examples for key tasks, but PowerShell (a Windows-centric tool) is presented before Azure CLI in most sections. Portal instructions are also included, but the ordering and prominence of PowerShell may subtly favor Windows users. However, Linux parity is generally maintained, and CLI examples are present. The 'Next steps' section lists Linux and Windows guides separately, showing parity.
Recommendations
- Present Azure CLI and PowerShell examples side-by-side, or alternate their ordering to avoid implicit prioritization.
- Explicitly note that Azure CLI works cross-platform and is recommended for Linux/macOS users.
- Where possible, add Bash or shell script examples for Linux users.
- Clarify in each section which tools are cross-platform and which are Windows-specific.
- Consider adding a short statement at the start indicating that all tasks can be completed on Linux/macOS using Azure CLI.
Create Pull Request