Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates mild Windows bias by mentioning PowerShell and Azure CLI as the primary command-line interfaces for managing Azure Policy assignments, with PowerShell listed first. There are no explicit Linux-specific examples, nor is Bash or shell scripting referenced. The page does not mention Linux tools or workflows, and the examples and tooling recommendations are platform-neutral but default to Windows-centric patterns.
Recommendations
- Add explicit Bash or shell scripting examples for Azure Policy management alongside PowerShell and Azure CLI.
- When listing command-line tools, alternate the order or mention Bash/Azure CLI before PowerShell to avoid Windows-first bias.
- Include references to Linux-native workflows and tools (e.g., scripting with Bash, using Azure CLI on Linux) in the 'Manage Azure Policy resources as code' section.
- Provide links to Linux-specific quickstarts or tutorials for Azure Policy assignments.
- Clarify that Azure CLI and PowerShell are cross-platform, and highlight usage on Linux and macOS where relevant.
Create Pull Request