Detected Bias Types
Windows First
Powershell Heavy
Missing Linux Example
Summary
The documentation page provides shell-specific guidance for escaping characters, mentioning Bash, cmd, and PowerShell. However, PowerShell (Windows) is described in detail, and examples for Linux shells (Bash) are minimal and not presented first. There are no CLI examples using Linux-native tools (e.g., Azure CLI on Linux, curl, etc.), and REST API examples are generic without shell invocation context. The escape character section lists PowerShell after Bash, but cmd (Windows) is mentioned before PowerShell and Bash. Overall, the documentation lacks Linux-specific usage patterns and examples, and does not offer parity in guidance for Linux users.
Recommendations
- Add explicit Linux shell (Bash, zsh) examples for REST API invocation, such as using curl or az CLI.
- Provide Linux-first or at least equal examples alongside PowerShell, especially in sections discussing shell-specific syntax.
- Include guidance for escaping characters in other popular shells (e.g., zsh, fish) and clarify differences.
- Reference Linux tools and usage patterns where appropriate, not just Windows-centric ones.
- Ensure that sample queries and code snippets are runnable in both Windows and Linux environments, and note any differences.