Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments and is presented alongside CLI in every example. There are no explicit Linux shell (bash, sh) or scripting examples, nor are there references to Linux-specific tools or usage patterns. The ordering of examples does not explicitly favor Windows, but the inclusion of PowerShell in parity with CLI may reinforce a Windows-centric perspective, especially for users seeking Linux-native workflows.
Recommendations
- Add explicit bash/sh examples for running Azure CLI commands on Linux/macOS, including sample shell scripts or command-line usage.
- Clarify that Azure CLI is cross-platform and can be used natively on Linux/macOS, possibly with installation or usage notes for those platforms.
- Consider including links or references to Linux-specific documentation or troubleshooting guides.
- If PowerShell is included, note that PowerShell Core is available cross-platform, but provide guidance for users who prefer native Linux shells.
- Review example ordering to ensure CLI (cross-platform) is presented before PowerShell (Windows-centric) to avoid implicit Windows-first bias.
Create Pull Request