Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation exclusively uses Azure PowerShell cmdlets for all examples and instructions, with no mention of Azure CLI, Bash, or Linux-native tooling. Prerequisite links and instructions consistently reference PowerShell and do not provide Linux/macOS alternatives. This creates friction for users on Linux or macOS, who may prefer or require Azure CLI or Bash-based workflows.
Recommendations
- Add equivalent Azure CLI examples for all PowerShell cmdlets shown, using Bash syntax where appropriate.
- Update prerequisite links to include both PowerShell and Azure CLI/Bash instructions, ensuring parity for Linux/macOS users.
- Explicitly state that Azure Cloud Shell supports both Bash and PowerShell, and provide guidance for choosing the appropriate shell.
- Where possible, mention cross-platform tools first or side-by-side with Windows-specific tools.
Create Pull Request