Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by exclusively providing PowerShell and Azure CLI examples, with no Linux shell (bash) equivalents. All code snippets and command-line instructions use PowerShell syntax, and there is no mention of Linux-specific tools, patterns, or considerations. The FAQ and configuration sections assume a Windows-centric workflow, potentially excluding Linux users or those using bash/zsh shells.
Recommendations
- Provide equivalent bash (Linux shell) examples for all PowerShell and Azure CLI commands.
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and provide sample commands in bash syntax.
- Include notes or sections addressing Linux-specific considerations, such as authentication, environment setup, and file path differences.
- Avoid using PowerShell-specific syntax (e.g., comments with //) in JSON examples; use standard JSON comments or provide context in documentation text.
- Ensure that documentation is platform-neutral by alternating or combining Windows and Linux examples, rather than defaulting to Windows-first presentation.
Create Pull Request