Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides examples for creating an Azure Compute Gallery using the Portal, Azure CLI, PowerShell, and REST API. While the CLI and REST examples are cross-platform, PowerShell examples are included and shown in parity with CLI, but there is a subtle Windows bias: PowerShell is a Windows-centric tool and is presented alongside CLI, and in the first major section ('Create a private gallery'), the PowerShell example is shown before REST. Additionally, the ordering of examples is Portal > CLI > PowerShell > REST, which places Windows tools before REST, and PowerShell is not available natively on Linux/macOS (though PowerShell Core exists, it's less common for Azure tasks). No Linux-specific tools (e.g., Bash scripts) or explicit Linux/macOS guidance is provided.
Recommendations
- Clarify that Azure CLI commands work on Windows, Linux, and macOS.
- Consider mentioning PowerShell Core compatibility for non-Windows users if PowerShell is shown.
- Ensure example ordering does not imply preference for Windows tools (e.g., CLI before PowerShell).
- Optionally, add a note that Bash or shell scripting can be used with Azure CLI on Linux/macOS.
- Explicitly state platform compatibility for each method.