Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page exhibits Windows bias primarily through its exclusive use of PowerShell for administrative tasks (such as refreshing permissions), references to Windows-centric tools (PowerShell, Power BI admin portal), and the absence of equivalent Linux or cross-platform command-line examples. There are no instructions or examples for performing these tasks using Linux-native tools, Azure CLI, or REST API calls, nor is there guidance for users on non-Windows platforms. The PowerShell example is presented as the only solution for immediate permission refresh, implicitly prioritizing Windows environments.
Recommendations
- Provide equivalent examples using Azure CLI and/or REST API for permission refresh and other administrative tasks, ensuring Linux and macOS users can follow along.
- Explicitly mention cross-platform alternatives where PowerShell is suggested, and clarify which steps are platform-agnostic.
- Add notes or sections for Linux/macOS users, including how to install and use PowerShell Core on those platforms if necessary, or how to use native tools.
- Where screenshots or instructions reference Windows-only interfaces, offer guidance for accessing the same features from web portals or cross-platform tools.
- Review all command-line instructions to ensure parity and accessibility for users on all major operating systems.
Create Pull Request