Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page provides examples for enabling and managing blob versioning using the Azure portal, PowerShell, Azure CLI, and ARM templates. PowerShell is given a dedicated section and example, which is inherently Windows-centric. There are no explicit Linux shell (bash) or scripting examples, and PowerShell is mentioned before Azure CLI in both enabling and listing blob versions. No Linux-specific tools or patterns are referenced, and the CLI examples do not clarify their cross-platform compatibility or provide bash-specific context.
Recommendations
- Add explicit bash (Linux shell) examples for Azure CLI commands, including variable assignment and usage in bash syntax.
- Clarify that Azure CLI commands work cross-platform and provide notes or examples for both Windows (cmd/PowerShell) and Linux (bash).
- Consider including examples using Azure SDKs in Python or other languages commonly used on Linux.
- Balance the order of examples so that Azure CLI (cross-platform) is presented before PowerShell, or alternate the order to avoid Windows-first bias.
- Add a note indicating that PowerShell is available on Linux, but provide bash alternatives for users who prefer native Linux shells.
Create Pull Request