Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation page demonstrates a mild Windows bias by referencing PowerShell before Azure CLI when discussing template deployment, and by providing explicit PowerShell parameter usage examples. While Azure CLI is mentioned, PowerShell is consistently listed first and receives more detailed treatment. There are no Linux-specific tools or shell examples, and the documentation does not provide parity in example depth for Linux users.
Recommendations
- Ensure that Azure CLI examples are presented before or alongside PowerShell examples, especially since Azure CLI is cross-platform.
- Provide explicit, step-by-step Azure CLI command examples for deploying the ARM template, not just parameter references.
- Include Bash shell (Linux/macOS) command examples where appropriate, especially for common deployment scenarios.
- Avoid language that implies PowerShell is the default or preferred method; instead, present both PowerShell and CLI as equal options.
- Add a section or callout for Linux/macOS users, highlighting any platform-specific considerations or tips.
Create Pull Request