Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation consistently provides PowerShell examples and references the Az.Storage PowerShell module, which is primarily used on Windows. PowerShell examples are given equal prominence to Azure CLI, but there is no mention of Bash, Linux shell, or cross-platform scripting alternatives. The use of PowerShell as a primary scripting example and the lack of explicit Linux/Bash examples or notes about platform compatibility indicate a Windows bias. Additionally, PowerShell is mentioned before Azure CLI in most sections, reinforcing a Windows-first approach.
Recommendations
- Add explicit Bash/Linux shell examples alongside PowerShell and Azure CLI, especially for command-line operations.
- Clarify that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
- Include notes about platform compatibility for PowerShell commands, e.g., that PowerShell Core is available on Linux/macOS, but Az.Storage is most commonly used on Windows.
- Consider reordering examples so that Azure CLI (the most cross-platform tool) appears before PowerShell.
- Reference Linux tools or scripting patterns where appropriate, and avoid assuming PowerShell as the default scripting environment.
Create Pull Request