Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides Azure CLI deployment instructions exclusively using PowerShell syntax and variable assignment, which is native to Windows. There are no Bash or Linux/macOS shell examples, and the CLI section assumes a Windows environment. This creates friction for Linux/macOS users, who must adapt the instructions to their shell. The Azure portal instructions are platform-neutral, but the CLI section is Windows-centric.
Recommendations
- Provide equivalent Bash examples for Azure CLI commands, including variable assignment and command execution.
- Explicitly note that PowerShell syntax is shown and provide guidance for Linux/macOS users.
- Consider presenting Bash and PowerShell examples side-by-side or in tabs.
- Avoid using Windows-specific variable assignment (e.g., $var) in CLI documentation unless clearly marked as PowerShell-only.
Create Pull Request