Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation presents PowerShell examples before Azure CLI, and the PowerShell examples use Windows-style file paths (e.g., c:\MyTemplates\azuredeploy.json). There are no explicit Linux shell or Bash examples, and the use of PowerShell as the first example and Windows file paths may signal a Windows-centric approach.
Recommendations
- Alternate the order of PowerShell and Azure CLI sections, or present Azure CLI (cross-platform) examples first to avoid the impression of Windows-first bias.
- In PowerShell examples, use environment-agnostic file paths or provide both Windows and Linux path examples.
- Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS, and consider adding Bash shell examples or notes for Linux users.
- Where appropriate, add notes or examples for Linux-specific considerations (such as file path formats or shell syntax differences).
Create Pull Request