Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for listing permissions, but PowerShell is mentioned and shown alongside CLI, which can signal a Windows-centric approach. In the 'Creating or updating a custom role' and 'Assigning a custom role' sections, Azure PowerShell is listed as a primary tool, and the order of tools sometimes places PowerShell before or alongside CLI, which may subtly prioritize Windows workflows. No Linux-specific tools or shell examples are provided, and there is no explicit mention of Linux/macOS compatibility or parity.
Recommendations
- Ensure Azure CLI examples are shown first, as it is cross-platform and preferred on Linux/macOS.
- Explicitly mention that Azure CLI and Azure PowerShell are both available on Windows, Linux, and macOS.
- Add Bash or shell script examples where appropriate to demonstrate Linux workflows.
- Avoid listing PowerShell before CLI unless there is a technical reason.
- Clarify that all shown commands work on Linux/macOS unless otherwise noted.
Create Pull Request