Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation provides only a PowerShell example for assigning the policy at the management group level, with no equivalent CLI (az), Bash, or ARM template instructions. This creates friction for Linux/macOS users who may not use PowerShell, and the example is presented as the sole method for this critical step.
Recommendations
- Add Azure CLI (az policy assignment create) instructions for assigning the policy at the management group level.
- Provide Bash or cross-platform scripting examples where possible.
- Clarify that PowerShell is one option and link to documentation for other methods (e.g., Azure Portal, ARM templates, REST API).
- Consider presenting CLI or cross-platform examples before or alongside PowerShell to avoid Windows-first impression.
Create Pull Request