Detected Bias Types
â ī¸
powershell_heavy
â ī¸
windows_first
Summary
The documentation provides three main approaches: Azure portal, Azure PowerShell, and Azure CLI. Azure PowerShell is featured prominently, with detailed instructions and prerequisites, including references to Windows, macOS, and Linux installation. However, PowerShell is a Windows-centric tool, and its section appears before the Azure CLI, which is more cross-platform and native to Linux/macOS. The PowerShell section is more verbose and detailed compared to the CLI section. There are no missing Linux examples, as Azure CLI is included, but the ordering and emphasis favor Windows/PowerShell.
Recommendations
- Present Azure CLI instructions before Azure PowerShell, as CLI is more universally supported across platforms.
- Ensure parity in detail between PowerShell and CLI sections; expand CLI instructions if needed.
- Explicitly mention that Azure CLI is recommended for Linux/macOS users.
- Consider adding a note clarifying that PowerShell is available on Linux/macOS, but Azure CLI is the default for those platforms.