Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides deployment instructions using Azure CLI, PowerShell, and Portal. While Azure CLI is cross-platform, PowerShell is traditionally associated with Windows, and its inclusion as a primary method (with full example) may indicate a mild Windows bias. There are no explicit Linux shell (bash) examples, nor is there mention of Linux-specific tooling or patterns. The order of examples (CLI, then PowerShell, then Portal) is reasonable, but the PowerShell example could be perceived as Windows-centric, especially since no bash-specific guidance is given.
Recommendations
- Add explicit bash shell examples for Linux users, demonstrating equivalent commands and environment setup.
- Clarify that Azure CLI commands work on Windows, Linux, and macOS, and provide any necessary notes about platform differences.
- If PowerShell is included, consider mentioning PowerShell Core (cross-platform) or clarifying its usage on Linux/macOS.
- Review the documentation for any assumptions about the user's operating system and ensure parity for Linux users in instructions and troubleshooting.