Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references Azure portal, PowerShell, and Azure CLI as ways to assign policies, listing PowerShell before Azure CLI. There are no explicit Linux/macOS-specific instructions or examples, and PowerShell is mentioned as a primary tool, which is traditionally associated with Windows. No Linux-specific tools or shell examples (e.g., Bash) are provided, and the documentation does not clarify cross-platform usage for command-line tools.
Recommendations
- Explicitly state that Azure CLI and PowerShell are cross-platform, and provide guidance for Linux/macOS users where relevant.
- Include Bash or shell script examples for common tasks, especially for policy assignment and management.
- When listing tools, alternate or randomize the order (e.g., sometimes list Azure CLI before PowerShell) to avoid Windows-first perception.
- Add a section or note about using Azure Policy tools on Linux/macOS, including installation and usage tips.
- Reference documentation or quickstarts specifically for Linux/macOS users where available.
Create Pull Request