Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing a PowerShell example for group access management without mentioning or providing equivalent Linux/CLI examples. References to Azure PowerShell are made before any mention of cross-platform tools, and there are no instructions or examples for managing users using Azure CLI or Bash, which are commonly used on Linux and macOS. The documentation assumes familiarity with Windows-centric tools and patterns, potentially excluding Linux users.
Recommendations
- Add equivalent Azure CLI examples for all user and group management tasks currently shown with PowerShell.
- Explicitly mention that Azure CLI is cross-platform and provide links to its documentation.
- Ensure that instructions for managing users and roles are not limited to Windows/PowerShell, but also cover Linux and macOS workflows.
- Where screenshots or UI instructions are given, clarify that these steps are platform-agnostic or note any platform-specific differences.
- Review all linked tutorials to ensure Linux parity and add references to Linux-friendly tools and commands where appropriate.
Create Pull Request