Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page presents both Azure CLI and Azure PowerShell examples for listing permissions, but PowerShell (a Windows-centric tool) is mentioned alongside CLI without clarifying cross-platform compatibility. In several places, Azure PowerShell is listed before or equally with Azure CLI, which may subtly prioritize Windows workflows. There are no explicit Linux-specific examples or notes about platform differences, and PowerShell is not clearly marked as Windows-only, potentially leading Linux users to confusion.
Recommendations
- Clearly indicate which tools are cross-platform (e.g., Azure CLI) and which are Windows-specific (e.g., Azure PowerShell).
- List Azure CLI examples before PowerShell, as CLI is cross-platform and more widely used on Linux.
- Add explicit Linux shell examples where relevant, or clarify that Azure CLI commands work on Linux, macOS, and Windows.
- Include notes or links for installing and using Azure CLI on Linux.
- Avoid presenting PowerShell as an equal alternative without noting its platform specificity.
Create Pull Request