Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation repeatedly references PowerShell scripts and 'Command tools (PowerShell/CLI)' as the primary or only command-line automation method, with explicit mention and screenshots of PowerShell scripts for backup and security operations. There are no explicit Linux shell (bash) or cross-platform CLI examples, and PowerShell is consistently mentioned before CLI, suggesting a Windows-first approach. No Linux-specific instructions, screenshots, or parity examples are provided.
Recommendations
- Provide explicit bash/Azure CLI script examples alongside PowerShell scripts for all automation tasks.
- When referencing 'Command tools', use 'Azure CLI/PowerShell' or 'CLI tools (Azure CLI/PowerShell)' and alternate the order to avoid Windows-first bias.
- Include screenshots and downloadable scripts for both PowerShell and bash/Azure CLI workflows.
- Clarify that all features and scripts are available cross-platform where applicable, and note any exceptions.
- Add a section or callout specifically addressing Linux/macOS users, with guidance on using Azure CLI and shell scripting.
Create Pull Request