Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for resource queries, but PowerShell is given equal prominence and is listed immediately after CLI in every case. There are no Linux shell-specific examples (e.g., Bash scripts, shell pipelines), nor is there mention of Linux-native tools. The documentation does not acknowledge platform-specific differences in running CLI commands (e.g., shell quoting, environment setup), and PowerShell—a Windows-centric tool—is featured as a primary option.
Recommendations
- Add explicit Bash shell examples for all CLI commands, including Linux-specific syntax and usage notes.
- Clarify that Azure CLI commands can be run natively on Linux, macOS, and Windows, and provide guidance for Linux users (e.g., installation, environment setup).
- If PowerShell is included, note its cross-platform availability but avoid implying it is the default or preferred option for all users.
- Consider listing Bash/Linux examples before PowerShell, or provide tabs for Bash, PowerShell, and CLI to ensure parity.
- Mention any platform-specific caveats (such as quoting differences) when presenting CLI commands.
Create Pull Request