Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, the inclusion of Azure PowerShell (which is traditionally Windows-centric, though now available on Linux) and the ordering of tabs (CLI, PowerShell, Portal) may suggest a slight Windows-first bias. There are no explicit Linux-specific shell examples (e.g., Bash), nor is there mention of Linux-native tools or patterns. The PowerShell example uses syntax and escaping conventions specific to Windows/PowerShell, which may be less familiar to Linux users.
Recommendations
- Add explicit Bash shell examples using Azure CLI to demonstrate Linux usage (e.g., show how to run the query in a Linux terminal).
- Clarify that Azure CLI works natively on Linux, macOS, and Windows, and provide installation links for each platform.
- If PowerShell is included, note that PowerShell Core is available on Linux and macOS, and provide guidance for Linux users on how to run the example.
- Consider reordering tabs or providing a Linux-first example to balance platform representation.
- Mention platform compatibility for each tool to help users choose the best option for their environment.
Create Pull Request