Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation consistently presents Azure CLI and Azure PowerShell examples side-by-side, but PowerShell (a Windows-centric tool) is always given equal prominence and is listed immediately after Azure CLI. There are no explicit Linux shell (bash) examples, nor any mention of Linux-specific tools or usage patterns. The documentation does not acknowledge platform differences or provide guidance for Linux users beyond Azure CLI, which is cross-platform but often used differently on Linux.
Recommendations
- Add explicit bash shell examples for each query, demonstrating usage in a typical Linux environment.
- Clarify that Azure CLI is cross-platform and provide platform-specific notes where relevant (e.g., differences in quoting or escaping characters).
- Consider listing Azure CLI (Linux-friendly) examples before PowerShell, or grouping PowerShell as a Windows-specific tab.
- Include troubleshooting or environment setup notes for Linux users, such as installation instructions for Azure CLI on Linux.
- Avoid assuming PowerShell is universally available; mention alternatives for Linux users where PowerShell functionality is referenced.
Create Pull Request