Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions PowerShell and Azure CLI as ways to assign policies, but lists PowerShell before Azure CLI, and does not provide any Linux-specific examples or mention Bash explicitly. There is a tendency to reference Windows-centric tools (PowerShell) first, and no explicit parity or guidance for Linux users is provided. No Linux-specific tools, shell commands, or examples are given.
Recommendations
- List Azure CLI before PowerShell when mentioning cross-platform tooling, or mention both together as equal options.
- Explicitly state that Azure CLI works on Linux, macOS, and Windows, and provide Bash examples where relevant.
- Include links or sections for Linux users, such as 'Assign policies using Bash/Azure CLI on Linux'.
- Avoid implying PowerShell is the primary or default method unless justified by usage data; otherwise, present both CLI and PowerShell as equal choices.
- Add a note clarifying that all policy management tasks can be performed on Linux and macOS using Azure CLI.
Create Pull Request