Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation provides only a PowerShell example for assigning the policy to a management group, with no equivalent Azure CLI, Bash, or ARM template deployment examples. This creates friction for Linux/macOS users who may not use PowerShell as their primary automation tool. The example is presented as the sole method, implicitly prioritizing Windows/PowerShell workflows.
Recommendations
- Add Azure CLI examples for policy assignment at the management group level.
- Include Bash or ARM template deployment instructions for cross-platform parity.
- Present PowerShell and cross-platform examples side-by-side, or clarify that multiple options exist.
- Explicitly mention that the process can be completed using Azure CLI, REST API, or ARM templates, and link to relevant documentation.
Create Pull Request