Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation page provides detailed examples for Azure Queue Storage role assignment conditions, but all command-line examples are exclusively in Azure PowerShell, a Windows-centric tool. There are no CLI/bash/Linux shell examples, nor is Azure CLI mentioned. The structure consistently presents PowerShell after portal/code editor, with no parity for Linux users or cross-platform command-line usage.
Recommendations
- Add equivalent Azure CLI examples for all scenarios, using bash syntax and cross-platform commands.
- Explicitly mention that Azure CLI can be used on Linux, macOS, and Windows, and provide installation links.
- Where PowerShell is used, clarify its availability on Linux/macOS, or prefer Azure CLI for broader compatibility.
- Ensure that command-line examples are presented in parallel tabs (e.g., 'PowerShell', 'CLI/Bash') to avoid Windows-first perception.
- Review all screenshots and instructions to ensure they do not assume a Windows environment (e.g., file paths, tool references).
Create Pull Request