Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation primarily focuses on using the Azure portal for backup operations, but when mentioning scripting or automation, it lists PowerShell before CLI and does not provide direct Linux/bash examples. The 'Next steps' and automation guidance consistently mention PowerShell before CLI, and there is no explicit mention of Linux-specific tools or workflows. This ordering and lack of Linux-centric examples may make Linux users feel secondary or unsupported.
Recommendations
- When referencing automation, list Azure CLI before or alongside PowerShell, as CLI is cross-platform and commonly used on Linux.
- Provide explicit bash/Azure CLI examples for common tasks, not just PowerShell.
- Include references to Linux-native scripting environments (e.g., bash) and clarify that all CLI examples are cross-platform.
- In 'Next steps' and related content, alternate the order of PowerShell and CLI, or group them together as equal options.
- Add a section or note highlighting that all features are available and supported on Linux, and provide links to Linux-specific guidance where relevant.
Create Pull Request