Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias in several ways: PowerShell is the only CLI example provided for duplicating policy definitions, with no equivalent Bash, Azure CLI, or Linux shell example. Windows tools and patterns (such as PowerShell and references to Windows machines in policy audit examples) are mentioned exclusively or before Linux alternatives. There are no Linux-specific troubleshooting steps or examples, and the documentation assumes familiarity with Windows-centric tools and workflows.
Recommendations
- Provide equivalent Azure CLI and Bash examples alongside PowerShell samples, especially for tasks like duplicating policy definitions.
- Explicitly mention Linux compatibility and provide troubleshooting steps or examples for Linux environments where applicable.
- When referencing policy definitions that audit Windows machines, also include examples or notes for Linux machines.
- Ensure that instructions for tasks (such as registering resource providers or running on-demand scans) include both Windows and Linux command-line options.
- Review all sections for implicit assumptions of Windows usage and add clarifications or alternatives for Linux users.
Create Pull Request