Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation mentions Azure PowerShell as a primary method for running queries, which is a Windows-centric tool, and lists it before Azure CLI. There are no explicit examples or instructions for running queries on Linux systems, nor are Linux-specific tools or shell environments referenced. The documentation does not provide parity in guidance for Linux users.
Recommendations
- Explicitly mention that Azure CLI is cross-platform and provide examples using bash or other common Linux shells.
- Include instructions or examples for running queries in Linux environments, such as using Azure CLI in bash.
- Avoid listing Windows-centric tools (like PowerShell) before cross-platform alternatives unless contextually justified.
- Reference Linux-native tools or environments where appropriate, and clarify platform compatibility for each method.
Create Pull Request