Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents both PowerShell and Azure CLI commands for building the Bicep template, but PowerShell is listed first and is visually emphasized. There are no explicit Linux-only examples, and the use of Visual Studio Code as the recommended editor is platform-neutral but may be more familiar to Windows users. The documentation does not provide any Linux-specific instructions, troubleshooting, or shell (bash) examples, and does not mention platform differences that may affect Linux users.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to avoid implicit Windows-first bias.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide bash/zsh syntax where relevant.
- Include Linux-specific notes or troubleshooting tips if there are any platform-specific considerations.
- Consider adding a section or callout for Linux users, confirming that all steps are cross-platform unless otherwise noted.
- Where possible, provide examples using bash scripting for automation, not just PowerShell.
Create Pull Request