Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides parallel examples for Azure CLI and Azure PowerShell throughout, but does not offer Linux/macOS-specific guidance or shell examples (e.g., Bash). Azure PowerShell is a Windows-centric tool, and its usage is presented equally alongside Azure CLI, which is cross-platform. However, the documentation does not mention or show Linux-specific patterns (such as Bash scripting), nor does it clarify that all CLI examples work identically on Linux/macOS. The order of presentation sometimes puts PowerShell examples immediately after CLI, but CLI is always shown first. There are no references to Windows-only tools, but the lack of explicit Linux/macOS shell examples or notes may create mild friction for non-Windows users.
Recommendations
- Add explicit notes clarifying that Azure CLI commands work identically on Linux and macOS.
- Include Bash shell scripting examples for common operations, especially for tasks involving multiple commands or automation.
- Where PowerShell is referenced, clarify that it is primarily used on Windows, and suggest Bash or other shells for Linux/macOS users.
- Consider adding a brief section on cross-platform usage, highlighting any differences or considerations for Linux/macOS users.
Create Pull Request