Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation consistently presents Azure CLI and Azure PowerShell examples side-by-side, but always lists Azure PowerShell (a Windows-centric tool) as a primary tab and provides full PowerShell command examples. There is no mention of Linux-specific shell usage (e.g., Bash), nor are there examples tailored for Linux environments, such as shell scripting or integration with Linux-native tools. The CLI examples are generic and do not highlight Linux workflows or considerations.
Recommendations
- Add explicit Bash shell examples for Azure CLI usage, demonstrating Linux-native command-line patterns (e.g., piping, jq for JSON parsing).
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux/macOS users, including installation and environment setup.
- Consider including Linux-specific troubleshooting or scripting tips alongside PowerShell examples.
- Reorder tabs or examples so that Azure CLI (the cross-platform tool) is presented before PowerShell, or at least clarify parity.
- Mention alternative Linux tools or integrations where relevant (e.g., using cron for scheduling queries, or integrating with shell scripts).
Create Pull Request