Detected Bias Types
Windows First
Missing Linux Example
Summary
The documentation mentions Azure PowerShell, Azure CLI, and REST API as options for deployment, but lists PowerShell first, which may suggest a Windows-first bias. There are no explicit examples or instructions for Linux users, nor are Linux-specific tools or shell commands referenced. The only deployment example linked is via the Azure portal, which is platform-agnostic, but no command-line examples (for either Windows or Linux) are provided.
Recommendations
- Provide explicit deployment examples using both Azure CLI (cross-platform) and Azure PowerShell, with clear indications of which commands work on Linux, macOS, and Windows.
- Ensure that CLI examples are presented before or alongside PowerShell examples to avoid Windows-first ordering.
- Include notes or sections for Linux users, such as prerequisites for Azure CLI installation on Linux, and troubleshooting tips specific to Linux environments.
- Reference Linux-compatible tools and workflows where appropriate, and avoid assuming users are on Windows.