Detected Bias Types
🔧
Windows Tools
Powershell Heavy
Windows First
Summary
The documentation page provides shell-specific guidance for escaping special characters, mentioning Bash, cmd, and PowerShell. PowerShell (Windows) is given a dedicated example, and cmd (Windows) is mentioned before Bash (Linux/macOS). There are no Linux-specific tools or examples (e.g., Azure CLI), and the only shell examples are for Bash and PowerShell, with cmd referenced as well. No Linux-first or Linux-only patterns are shown, and there is no mention of Linux-specific usage patterns or troubleshooting. The documentation does not provide parity in examples for Linux users beyond Bash, and Windows tools/shells are referenced at least as much as, if not more than, Linux equivalents.
Recommendations
- Add explicit Azure CLI examples for Linux/macOS users, especially for common query scenarios.
- Ensure Linux shells (Bash, Zsh) are mentioned before or alongside Windows shells (cmd, PowerShell) when discussing escape characters or shell-specific behavior.
- Provide troubleshooting tips or usage notes for Linux environments, such as differences in shell quoting or environment variables.
- Include links or references to Linux-specific documentation or guides for using Resource Graph queries.
- Where possible, balance examples between PowerShell and Bash/Azure CLI to ensure Linux users have equal guidance.