Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates Windows bias by listing Azure PowerShell as a supported client before Azure CLI, and by referencing PowerShell-specific tabs in example links. There are no explicit Linux or bash examples, nor is there mention of Linux-specific tooling or usage patterns. The documentation does not provide parity in examples or guidance for Linux users.
Recommendations
- Add explicit bash/Azure CLI examples alongside PowerShell examples.
- Reference Linux usage patterns and tools (e.g., curl, jq) when discussing REST API usage.
- Ensure links to example tabs include both PowerShell and CLI/bash options.
- List Azure CLI before or alongside PowerShell when enumerating supported clients.
- Include notes or sections for Linux users to clarify platform-agnostic usage.
Create Pull Request