Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents PowerShell instructions before Azure CLI examples for removing delegations, which may suggest a Windows-first approach. PowerShell is a Windows-centric tool, and its prominence can indicate bias, especially if not balanced with Linux-friendly alternatives. However, Azure CLI instructions are also provided, and no exclusive Windows tools or patterns are mentioned. Portal instructions are platform-neutral.
Recommendations
- Present Azure CLI examples before PowerShell examples to prioritize cross-platform tools.
- Explicitly mention that Azure CLI works natively on Linux and macOS, while PowerShell may require additional setup.
- Add Bash script examples where appropriate to further support Linux users.
- Clarify that all portal instructions are platform-agnostic and accessible from any OS.
- Review other documentation pages for similar ordering or tool selection biases.
Create Pull Request