Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides step-by-step instructions for removing delegations in Azure Lighthouse, with examples for both PowerShell and Azure CLI. However, the PowerShell example is presented before the Azure CLI example, and there is no mention of Linux-specific tools or shell environments. The use of PowerShell (which is traditionally associated with Windows) as the first example and lack of explicit Linux guidance may indicate a subtle Windows bias.
Recommendations
- Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and commonly used on Linux.
- Explicitly mention that both PowerShell and Azure CLI are available on Linux, macOS, and Windows, and provide guidance for running commands in Bash or other Linux shells.
- Include screenshots or instructions for using the Azure portal on non-Windows platforms if relevant.
- Add notes or tips for Linux users, such as using Bash aliases or integrating with Linux automation tools.
- Ensure terminology and instructions do not assume a Windows environment (e.g., avoid references to Windows-specific shell behaviors or file paths).
Create Pull Request