Detected Bias Types
â ī¸
powershell_heavy
â ī¸
windows_first
Summary
The documentation provides examples for Azure portal, Azure PowerShell, and Azure CLI. While Azure CLI is cross-platform, the PowerShell section is prominent and detailed, with instructions for installing/upgrading PowerShell on Windows, macOS, and Linux. However, PowerShell is traditionally associated with Windows, and its section appears before the CLI section. The CLI section uses bash-style syntax, which is more familiar to Linux/macOS users, but is presented after PowerShell. There are no missing Linux examples, and Azure CLI is well-supported.
Recommendations
- Consider presenting Azure CLI examples before PowerShell, as CLI is more universally used across platforms.
- Explicitly mention that Azure CLI commands work on Linux/macOS/Windows and highlight its cross-platform nature.
- Add brief notes clarifying that PowerShell is available on Linux/macOS, but Azure CLI is often preferred for Linux users.
- Ensure parity in detail and guidance between PowerShell and CLI sections.