Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation exclusively provides PowerShell examples and references Azure PowerShell cmdlets for all steps, without mentioning or providing equivalent instructions for Azure CLI, Bash, or other cross-platform tools. This creates friction for Linux/macOS users who may not have PowerShell installed or prefer native shell environments.
Recommendations
- Add equivalent Azure CLI examples for all major steps (querying Resource Graph, deploying ARM templates, validating policy, and cleanup).
- Explicitly mention that PowerShell is available cross-platform, but provide installation guidance for Linux/macOS if PowerShell is required.
- Where possible, show both PowerShell and Azure CLI/Bash examples side-by-side, or link to CLI documentation.
- Clarify tool prerequisites for non-Windows users at the start of the document.
Create Pull Request