Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias by providing a PowerShell example for granting group access to Azure resources, without offering equivalent examples for Linux users (e.g., Azure CLI or Bash). The PowerShell example is listed before any mention of cross-platform tools, and there are no Linux-specific instructions or references. This may make it less accessible for users managing Azure from Linux or macOS environments.
Recommendations
- Provide Azure CLI (cross-platform) examples alongside or before PowerShell examples for managing Azure RBAC and user permissions.
- Explicitly mention that Azure CLI can be used on Linux, macOS, and Windows, and link to relevant documentation.
- Wherever PowerShell is referenced, add a parallel section or note for Bash/Azure CLI usage.
- Review all external links and ensure they include both PowerShell and CLI options, or clarify when a feature is only available in one.
- Consider reordering examples so that cross-platform tools (Azure portal, Azure CLI) are presented before Windows-specific tools (PowerShell).
Create Pull Request