Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates Windows bias by consistently listing PowerShell as a primary method for creating Service Bus entities, often before mentioning the cross-platform Azure CLI. PowerShell is a Windows-centric tool, and its prominence may suggest Windows as the default platform. There are no explicit Linux-specific examples or references to Linux-native tools, and the ordering of creation options (portal, PowerShell, CLI, ARM templates) places PowerShell before CLI, which is more universally available. No Linux shell or bash examples are provided, nor is there mention of Linux-specific considerations.
Recommendations
- List Azure CLI before PowerShell in creation instructions, as CLI is cross-platform.
- Add explicit bash/Linux shell examples for common tasks, such as queue/topic creation and management.
- Clarify that both PowerShell and CLI are available on Windows, macOS, and Linux, and provide installation links for each.
- Include references to Linux-native tools or scripts where appropriate.
- Avoid implying PowerShell is the default or preferred method; present CLI and PowerShell equally.
- Consider adding a section or note on platform parity, reassuring users that all features are available on Linux.
Create Pull Request