Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page demonstrates mild Windows bias by consistently listing PowerShell before Azure CLI when mentioning tooling for policy assignment and management. The phrase 'assign any of these policies through the Azure portal, PowerShell, or Azure CLI' and the order of links to assignment steps (portal, PowerShell, Azure CLI) suggest a Windows-first approach. There are no Linux-specific examples, tools, or patterns mentioned, and no explicit parity guidance for Linux users.
Recommendations
- Alternate the order of PowerShell and Azure CLI mentions, or list Azure CLI first in some sections to avoid Windows-first perception.
- Provide explicit examples or links for Linux users, such as Bash scripts or CLI usage on Linux.
- Include a note clarifying that Azure CLI is cross-platform and suitable for Linux and macOS users.
- Add references to Linux-native automation tools (e.g., shell scripting, Ansible) where relevant.
- Ensure that all instructions and code samples are tested and presented for both Windows (PowerShell) and Linux (Azure CLI/Bash) environments.
Create Pull Request