Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both PowerShell and Azure CLI examples for removing delegations, but PowerShell (commonly associated with Windows) is presented before Azure CLI. There are no explicit Linux-specific instructions or examples, and the use of PowerShell may implicitly favor Windows users. The Azure portal instructions are platform-neutral, but command-line guidance leans toward Windows-first patterns.
Recommendations
- Present Azure CLI examples before PowerShell, as Azure CLI is cross-platform and widely used on Linux.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, while PowerShell is primarily used on Windows.
- Include notes or examples for Linux users, such as using Bash or referencing shell environments.
- Clarify that Cloud Shell supports both PowerShell and Bash, and provide guidance for selecting the preferred shell.
- Avoid implying PowerShell is the default or preferred method unless there is a technical reason.
Create Pull Request