Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each scenario. In each case, Azure CLI (cross-platform) is presented first, followed by Azure PowerShell (Windows-centric), and then the Portal. There are no explicit Linux/macOS-specific examples, but the CLI examples are generally applicable. However, PowerShell is always given as a separate tab, which may reinforce a Windows-centric workflow. There are no references to Windows-only tools or patterns, and no critical steps are Windows-exclusive.
Recommendations
- Explicitly state that Azure CLI commands work on Linux/macOS and Windows.
- Add example shell commands for Bash/zsh (Linux/macOS) where quoting/escaping differs.
- Clarify any differences in command usage or output between platforms, especially for shell quoting.
- Consider adding a 'Linux/macOS' tab or section for parity with the dedicated PowerShell tab.
- Mention that PowerShell Core is available cross-platform, if relevant.