Detected Bias Types
Powershell Heavy
Windows First
Summary
The documentation provides configuration examples for rolling upgrades with MaxSurge using Azure Portal, Azure CLI, PowerShell, and ARM templates. The PowerShell example is included alongside CLI and Portal, and the CLI example is generic (az CLI, which works cross-platform). However, the PowerShell example is presented as a full script, and the section is labeled explicitly as 'PowerShell', which may signal Windows bias. Additionally, the PowerShell section appears immediately after the CLI section, which is standard but can be perceived as 'windows_first' bias since no Linux/macOS-specific shell examples (e.g., Bash) are provided.
Recommendations
- Clarify that Azure CLI commands are cross-platform and work on Windows, Linux, and macOS.
- Consider adding Bash shell examples for Linux/macOS users, especially if there are nuances in scripting or environment variables.
- Explicitly state that PowerShell is available cross-platform (PowerShell Core), or clarify if the example is Windows PowerShell only.
- Ensure parity by mentioning that all configuration steps can be performed from any OS using Azure CLI or ARM templates.