Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. Azure PowerShell is a Windows-centric tool, and its examples are given equal prominence to Azure CLI, which is cross-platform. There are no explicit Linux shell (bash/zsh) or scripting examples, nor are Linux-specific tools or usage patterns mentioned. The tabs always present Azure CLI first, but PowerShell is given as a primary automation option, which may reinforce Windows bias for automation scenarios. No Linux-specific instructions, troubleshooting, or environment notes are present.
Recommendations
- Add explicit bash/zsh shell script examples for each scenario, demonstrating use on Linux/macOS.
- Clarify that Azure CLI is fully cross-platform and provide installation/use notes for Linux.
- Mention that PowerShell Core is available on Linux/macOS, and provide Linux-specific PowerShell usage notes if relevant.
- Include troubleshooting or environment setup notes for Linux users (e.g., authentication, environment variables, file paths).
- If relevant, reference Linux-native automation tools (e.g., cron, shell scripting) for scheduled queries.
- Consider reordering tabs or adding a note that CLI is recommended for cross-platform use.
Create Pull Request