Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions Azure PowerShell as the first option for running queries, which can imply a Windows-centric approach. There is no explicit mention of Linux shell examples (such as Bash), nor are there instructions or examples tailored for Linux users. The documentation does not reference Linux-specific tools or patterns, and the ordering of tools may reinforce a Windows-first perception.
Recommendations
- Include explicit examples for running queries using Azure CLI in Bash or other Linux shells.
- Reorder the list of query execution options to avoid listing Windows tools (PowerShell) first; consider listing Azure CLI or portal options before PowerShell.
- Add notes or sections highlighting cross-platform compatibility and usage, especially for Linux and macOS users.
- Reference Linux-specific documentation or provide links to resources for Linux users where relevant.
Create Pull Request