Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major tasks, but consistently lists Azure PowerShell examples after Azure CLI. There are no Linux-specific command-line examples (e.g., Bash scripts), but the CLI examples are cross-platform. The PowerShell examples, while useful for Windows users, may create friction for Linux/macOS users who are less likely to use PowerShell. No Windows-only tools or patterns are mentioned, and Linux parity is generally maintained, but the documentation could better highlight Linux/macOS workflows.
Recommendations
- Explicitly state that Azure CLI commands are cross-platform and preferred for Linux/macOS environments.
- Add brief notes or examples for Bash scripting or shell environments where relevant (e.g., setting environment variables).
- Consider mentioning that Azure PowerShell is available on Linux/macOS, but CLI is typically more native.
- Ensure that Linux/macOS users are guided to use Azure CLI for all tasks, and clarify any differences in environment variable syntax (e.g., export vs. $Env).
Create Pull Request