Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates subtle Windows bias by referencing PowerShell alongside Azure CLI as the primary tools for policy management, without providing explicit Linux/bash examples or clarifying parity. No Linux-specific tools, commands, or workflows are mentioned, and the phrase 'Azure CLI or PowerShell' may imply a Windows-first approach. There are no examples or guidance tailored for Linux users.
Recommendations
- Explicitly mention and provide examples for both Azure CLI (bash) and PowerShell, clarifying that Azure CLI is fully cross-platform.
- Include sample commands for common tasks (e.g., assigning a policy) using Azure CLI in bash, not just PowerShell.
- Avoid listing PowerShell before Azure CLI, or alternate the order to avoid perceived preference.
- Add a note or section confirming that all instructions are applicable on Linux, macOS, and Windows, and highlight any platform-specific considerations.
- If any screenshots or step-by-step guides are included elsewhere, ensure they are not exclusively from Windows environments.
Create Pull Request