Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation provides only PowerShell deployment examples for both ARM and Bicep templates, with no Azure CLI or Bash equivalents. This approach favors Windows users and those familiar with PowerShell, while Linux and macOS users—who typically use Azure CLI or Bash—are left without direct guidance. The deployment instructions mention Azure Cloud Shell, which does support PowerShell and Bash, but only PowerShell scripts are shown. No Linux-specific tools, patterns, or examples are provided.
Recommendations
- Add Azure CLI deployment examples alongside PowerShell for both ARM and Bicep templates.
- Include Bash script examples for template deployment, especially for users on Linux and macOS.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide parity in instructions.
- Where possible, provide guidance for deploying templates using cross-platform tools (e.g., az deployment group create).
- Consider reordering instructions so that CLI/Bash examples are presented before or alongside PowerShell, not after.
Create Pull Request