Detected Bias Types
⚠️
windows_tools
⚠️
powershell_heavy
⚠️
windows_first
Summary
The documentation provides examples for creating Azure Compute Galleries using the Portal, Azure CLI, PowerShell, and REST API. While the CLI and REST examples are cross-platform, PowerShell is a Windows-centric tool and is presented as a primary method. Additionally, PowerShell examples are given equal prominence as CLI, and are not marked as Windows-only, which may create friction for Linux/macOS users. The ordering of examples sometimes places PowerShell before REST, and there is no mention of Linux/macOS equivalents to PowerShell.
Recommendations
- Clearly label PowerShell examples as Windows-only or for Windows users.
- Present Azure CLI examples first, as it is cross-platform and preferred for Linux/macOS users.
- Add a note for Linux/macOS users recommending Azure CLI or REST API for automation.
- Consider omitting PowerShell examples or moving them to a dedicated Windows section if parity is not possible.
- Ensure that all code snippets and instructions are platform-neutral unless a platform-specific tool is required.