Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page exclusively provides examples using PowerShell and the armclient tool, which is primarily used on Windows. There are no examples or instructions for Linux or cross-platform command-line tools (such as curl, az CLI, or bash scripting). The use of PowerShell syntax and Windows-centric tooling appears throughout all API interaction examples, and there is no mention of Linux equivalents or alternative workflows. This creates a clear Windows bias and may hinder Linux users from following the instructions.
Recommendations
- Provide equivalent examples using az CLI, curl, or bash scripts that work natively on Linux and macOS.
- Explicitly mention cross-platform tools and workflows, and clarify which steps are OS-agnostic.
- Add a section or callout for Linux users, including installation and usage instructions for armclient (if available), or recommend alternative tools.
- Ensure that API examples are shown in a generic HTTP request format (e.g., curl) in addition to PowerShell/armclient.
- Review all code blocks and ensure parity between Windows and Linux instructions, ideally presenting both side by side or in tabs.
Create Pull Request