Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a mild Windows bias. In the 'Source control' section, PowerShell is mentioned first as a way to export policy and initiative definitions, with CLI only mentioned secondarily and without specific examples for either. There are no explicit Linux shell (bash) or cross-platform scripting examples, nor are Linux-specific tools or workflows referenced. The documentation does not provide parity in examples or guidance for Linux users, and the overall pattern is to mention Windows-oriented tools and approaches first.
Recommendations
- Provide explicit examples for both PowerShell and Azure CLI, including bash shell usage for Linux/macOS environments.
- When listing tools or approaches, alternate the order or mention CLI/bash first to avoid implicit prioritization of Windows tools.
- Include references to Linux-native automation tools (e.g., shell scripts, cron jobs) where relevant.
- Add sample workflows or code snippets that demonstrate policy management using Azure CLI in a Linux environment.
- Clarify that all steps can be performed cross-platform and highlight any platform-specific considerations.
Create Pull Request