Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query. While Azure CLI is cross-platform, the inclusion of Azure PowerShell examples (which are primarily used on Windows, though available on Linux/macOS) and the explicit labeling of 'Azure PowerShell' tabs suggests a Windows-centric approach. Additionally, PowerShell examples are always present and given equal prominence to CLI, but there are no Linux-specific shell examples (e.g., Bash, zsh), nor are there any references to Linux-native tools or patterns. The documentation does not mention or demonstrate usage in Linux environments, nor does it clarify cross-platform compatibility for PowerShell or CLI. The ordering of tabs sometimes places PowerShell before Portal, which can reinforce a Windows-first mindset.
Recommendations
- Add explicit Bash or zsh shell examples for Linux users, showing how to run the Azure CLI queries in a typical Linux terminal.
- Clarify that Azure CLI is fully cross-platform and provide guidance for Linux/macOS installation and usage.
- Note that Azure PowerShell is available on Linux/macOS, and provide installation instructions or links for those platforms.
- Consider reordering tabs so that Azure CLI (the most cross-platform tool) is listed first, followed by PowerShell and Portal.
- Include a brief section discussing cross-platform support and any differences in experience between Windows and Linux/macOS.
Create Pull Request