Detected Bias Types
⚠️
windows_first
⚠️
powershell_heavy
Summary
The documentation provides example commands for Azure CLI, PowerShell, Portal, and ARM templates. While Azure CLI is cross-platform, PowerShell examples are given equal prominence and detail, and are presented immediately after CLI in each section. There is a slight Windows-first bias in the ordering and inclusion of PowerShell examples, which are primarily relevant to Windows users. However, all critical tasks (configuring, monitoring, canceling, and restarting rolling upgrades) can be completed using the cross-platform Azure CLI, and no functionality is locked to Windows/PowerShell tools.
Recommendations
- Explicitly note that Azure CLI is cross-platform and suitable for Linux/macOS users.
- Consider listing CLI examples before PowerShell in each section to reinforce Linux parity.
- Add a short note in each PowerShell section clarifying that PowerShell Core is available on Linux/macOS, or link to installation instructions for PowerShell on non-Windows platforms.
- Where possible, clarify that all operations can be performed via CLI, and PowerShell is an alternative for those who prefer it.