Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation exclusively uses PowerShell for all examples and instructions, which is primarily associated with Windows environments. There are no examples or guidance for using Azure CLI, Bash, or other Linux-native tools. The use of PowerShell cmdlets and patterns is pervasive, and there is no mention of Linux or cross-platform alternatives, which may hinder accessibility for users on Linux or macOS.
Recommendations
- Provide equivalent examples using Azure CLI commands, which are natively supported on Linux and macOS.
- Add notes or sections indicating how to perform these tasks in Bash or other shell environments.
- Clarify that PowerShell Core is cross-platform, but also explicitly support and document Linux-native workflows.
- Ensure that tool recommendations and examples do not assume a Windows-first environment; present cross-platform options side-by-side.
- Include troubleshooting or setup guidance for Linux users where necessary (e.g., installing Azure CLI, authentication differences).
Create Pull Request