Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page for Azure Blueprints does not provide explicit command-line examples, but in the 'Next steps' section, it lists 'Create a blueprint - PowerShell' before mentioning REST API, and does not mention Azure CLI or Bash/Linux-based workflows. This ordering and omission suggest a Windows-first and PowerShell-heavy bias, with missing Linux/CLI examples.
Recommendations
- Add Azure CLI examples and documentation links alongside or before PowerShell examples to ensure Linux and cross-platform parity.
- In the 'Next steps' section, include 'Create a blueprint - Azure CLI' (if supported) or provide Bash scripting guidance for Linux users.
- Review all example sections and ensure that both Windows (PowerShell) and Linux (CLI/Bash) workflows are equally represented and easy to find.
- Avoid listing Windows-specific tools (like PowerShell) before cross-platform or Linux-friendly tools unless there is a technical reason.
Create Pull Request