Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page primarily provides Azure CLI and PowerShell examples, with explicit mention of Azure PowerShell before Python. There are no Linux- or bash-specific examples, nor are there references to Linux-native tools or shell environments. The structure and language implicitly prioritize Windows workflows, with PowerShell highlighted as a main scripting option and no mention of bash, zsh, or Linux-specific considerations.
Recommendations
- Add explicit bash/zsh/Linux shell examples alongside Azure CLI and PowerShell, especially for authentication and scripting.
- Mention that Azure CLI works cross-platform and provide guidance for both Windows (PowerShell, CMD) and Linux/macOS (bash, zsh) environments.
- Reorder scripting examples to avoid always listing PowerShell before Linux/Python, or alternate their order.
- Include notes or links for Linux users regarding environment setup, such as installing Azure CLI on Linux, and any differences in command usage.
- Where possible, provide sample scripts in bash for common automation tasks, not just PowerShell.
Create Pull Request