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 a REST API tutorial that is explicitly tagged with 'powershell'. There are no Linux-specific examples, nor is there mention of Linux-native tooling or shell usage. The documentation lacks parity in example coverage for Linux users.
Recommendations
- Provide explicit Linux shell (bash) and Azure CLI examples alongside PowerShell examples.
- Ensure that CLI examples are presented before or equally with PowerShell to avoid Windows-first perception.
- Reference tutorials and documentation tabs that include both PowerShell and CLI (bash) instructions.
- Mention Linux-native environments and usage patterns where appropriate, such as scripting with bash or using Linux containers.
- Clarify that the APIs and SDKs are cross-platform and provide links to relevant Linux usage guides.
Create Pull Request