Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only a PowerShell example for assigning the policy at the management group level, with no equivalent CLI (az), Bash, or Linux/macOS instructions. This creates friction for users on non-Windows platforms, as PowerShell is not the default or preferred tool for many Linux/macOS administrators. The documentation also introduces the PowerShell example before mentioning any alternatives, and does not clarify cross-platform options.
Recommendations
- Add equivalent Azure CLI (az) commands for policy assignment, which are natively supported on Linux/macOS.
- Explicitly state that PowerShell is cross-platform, or link to instructions for installing PowerShell on Linux/macOS if PowerShell must be used.
- Present CLI and PowerShell examples side-by-side, or indicate which tools are available for each platform.
- Include Bash script examples where appropriate, especially for tasks like file editing or deployment.
Create Pull Request