Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows and is listed as a main example for each scenario. There are no Linux-specific shell (e.g., Bash) or scripting examples, nor is there mention of Linux-native tools or patterns. The documentation does not explicitly favor Windows-only tools, but the presence of PowerShell as a primary example and the lack of Linux shell examples indicate a subtle Windows bias.
Recommendations
- Add explicit Bash or shell script examples for each query to demonstrate Linux parity.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and highlight any OS-specific considerations.
- Consider including notes or examples for using the queries in Linux automation contexts (e.g., cron jobs, shell pipelines).
- If PowerShell is shown, also show equivalent Bash or shell scripting usage for cross-platform audiences.
- Mention any differences in agent installation, query output, or extension management between Windows and Linux Arc-enabled servers, if applicable.
Create Pull Request