Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page exhibits mild Windows bias by consistently listing PowerShell before Azure CLI when mentioning tooling for policy assignment and management. There is a tendency to mention PowerShell examples and workflows before their cross-platform equivalents, and no explicit Linux-specific guidance or parity assurance is provided. However, the page does mention Azure CLI alongside PowerShell, which is cross-platform, and does not reference any Windows-only tools or patterns.
Recommendations
- Alternate the order of PowerShell and Azure CLI mentions, or list Azure CLI first in some sections to avoid implicit prioritization of Windows tooling.
- Explicitly state that Azure CLI is cross-platform and provide assurance that all examples and workflows are equally supported on Linux and macOS.
- Add a short section or note highlighting Linux/macOS compatibility and any platform-specific considerations for Azure Policy management.
- Ensure that all example links (e.g., assignment via CLI/PowerShell) are equally detailed and accessible for both platforms.
- Consider including Bash or shell script examples where relevant, especially in 'Policy as Code' workflows.
Create Pull Request