Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell script links, but PowerShell (a Windows-centric tool) is mentioned alongside CLI without explicit Linux shell examples. The note about 'export MSYS_NO_PATHCONV=1' references bash on Windows (MSYS), which may confuse Linux users. There are no explicit Linux shell script examples or references to Linux-native tools, and PowerShell is given parity with CLI rather than being secondary.
Recommendations
- Add explicit Linux shell (bash) script examples and links, not just Azure CLI and PowerShell.
- Clarify the note about MSYS_NO_PATHCONV to distinguish between Windows bash environments and native Linux shells.
- Mention Linux-native tools and patterns where relevant, and ensure examples are tested and presented for Linux users.
- If PowerShell is referenced, clarify its cross-platform availability, but avoid implying it is the default or primary choice for Linux users.
Create Pull Request