Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a notable Windows bias, particularly in the authentication section. PowerShell is exclusively used and recommended for refreshing permissions, with no equivalent Linux/macOS CLI or REST API example provided. Windows tools and patterns (PowerShell, running as Administrator) are mentioned without alternatives. No Linux/macOS-specific instructions or parity examples are present, and Windows-centric steps appear first and exclusively.
Recommendations
- Provide equivalent instructions using Azure CLI, Bash, or REST API calls that work on Linux/macOS for refreshing permissions and other tasks.
- Include explicit notes or examples for Linux/macOS users, such as how to install and use required modules or tools.
- Where PowerShell is referenced, add alternative commands using cross-platform tools.
- Clarify that the steps can be performed on non-Windows platforms, or specify any limitations.
- Reorder examples or provide parallel instructions so Windows and Linux/macOS users are equally supported.
Create Pull Request