Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation consistently references PowerShell scripts as the default or only command-line automation method, especially for tasks like triggering backups, modifying security levels, and deleting vaults. There is little to no mention of Bash, Azure CLI, or Linux/macOS-specific instructions or examples. When command-line tools are referenced, PowerShell is listed first or exclusively. 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 for command-line operations and scripts.
- When offering downloadable scripts, allow users to choose between PowerShell and Bash/CLI formats.
- List command-line options in a neutral order (e.g., 'CLI/PowerShell') rather than 'PowerShell/CLI'.
- Include screenshots or walkthroughs from Linux/macOS environments where relevant.
Create Pull Request