Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents Azure PowerShell examples before Azure CLI examples, and the PowerShell section is more detailed with multiple example queries and output formats. PowerShell is a Windows-centric tool, and its examples use Windows-style prompts (e.g., PS C:\>). While Azure CLI is cross-platform and well-represented, the ordering and depth of PowerShell coverage suggest a mild Windows bias. No critical Linux/macOS functionality is missing, and REST API coverage is platform-neutral.
Recommendations
- Present Azure CLI examples before or alongside PowerShell examples to emphasize cross-platform parity.
- Ensure example depth and output formats are equally detailed for Azure CLI and PowerShell.
- Use neutral prompt styles (e.g., $ or #) in CLI examples to avoid Windows-centric cues.
- Explicitly note that Azure CLI works on Linux/macOS and provide links to installation guides for those platforms.
- Add a short section or note clarifying that PowerShell Core is available on Linux/macOS, if PowerShell examples are retained.
Create Pull Request