Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation provides detailed examples for Azure role assignment conditions for Queue Storage, but all command-line examples use Azure PowerShell, which is primarily a Windows-centric tool. There are no equivalent examples using cross-platform or Linux-native tools such as Azure CLI, Bash, or scripting languages commonly used on Linux. The documentation assumes the use of PowerShell for scripting and automation, which may disadvantage Linux users or those preferring non-Windows environments.
Recommendations
- Add equivalent examples using Azure CLI, which is cross-platform and widely used on Linux and macOS.
- Include Bash scripting examples for automation tasks, especially for Linux users.
- Explicitly mention that Azure PowerShell is available cross-platform, but also provide alternatives for users who do not use PowerShell.
- Where possible, provide side-by-side examples for both PowerShell and Azure CLI/Bash to ensure parity and inclusivity.
- Review references to tools and workflows to ensure they do not implicitly prioritize Windows environments.
Create Pull Request