Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation frequently references PowerShell scripts and provides them as the primary or sole automation method for tasks such as triggering backups, increasing security levels, and deleting vaults. There is little to no mention of Linux/macOS-specific tools or examples, and when command-line options are discussed, PowerShell is listed first or exclusively. Azure CLI is mentioned only generically, with no concrete CLI examples or scripts provided. This creates friction for Linux/macOS users who may not have access to PowerShell or prefer bash/CLI workflows.
Recommendations
- Provide Azure CLI (az) command examples alongside PowerShell scripts for all automation tasks.
- Explicitly mention Linux/macOS compatibility and provide bash script equivalents where possible.
- When offering downloadable scripts, offer both PowerShell (.ps1) and bash (.sh) versions.
- List CLI options before or alongside PowerShell to avoid Windows-first ordering.
- Add notes or links for installing Azure CLI and using it on Linux/macOS.
Create Pull Request