Detected Bias Types
â ī¸
powershell_heavy
â ī¸
windows_first
Summary
The documentation provides ARM template examples for both Linux and Windows VM extensions, ensuring parity in template content. However, all deployment command examples use Azure PowerShell exclusively, with no Azure CLI or Bash equivalents shown. Additionally, PowerShell deployment commands are presented first and solely, which may create friction for Linux/macOS users who prefer CLI or Bash. The template file examples are well-balanced between Linux and Windows, but the operational/deployment instructions are Windows/PowerShell-centric.
Recommendations
- Add equivalent Azure CLI deployment commands (e.g., az deployment group create) alongside PowerShell examples.
- Include Bash script examples for template deployment where appropriate.
- Explicitly mention that both PowerShell and CLI can be used on Linux/macOS, and link to cross-platform instructions.
- Consider presenting CLI examples before or alongside PowerShell to avoid Windows-first perception.