Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions exporting policy and initiative definitions via PowerShell, CLI, or Azure Resource Graph, listing PowerShell first and not providing explicit Linux/macOS shell examples. There is a subtle preference for Windows-centric tools and workflows, such as PowerShell and Azure Pipelines, without equivalent emphasis or examples for Linux-native tools or Bash scripting. No explicit Linux/macOS command-line examples are given, and there is no mention of platform-specific considerations for non-Windows users.
Recommendations
- Provide explicit Bash or Azure CLI examples for Linux/macOS users alongside PowerShell examples.
- When listing tools or methods, alternate or balance the order (e.g., 'CLI, PowerShell, or Azure Resource Graph') to avoid Windows-first bias.
- Mention cross-platform compatibility for recommended tools like Azure Pipelines and GitHub workflows.
- Include notes or links about running Azure CLI and SDKs on Linux/macOS, and clarify any platform-specific setup steps.
- Add sample scripts or workflow steps using Bash or other Linux-native tools where automation is discussed.
Create Pull Request