Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell instructions for all major steps, but PowerShell (a Windows-centric tool) is given equal prominence as Azure CLI, and examples are presented in parallel tabs. There is minor Windows bias in the sense that PowerShell is highlighted as a primary option, which may not be as relevant for Linux/macOS users. However, all tasks can be completed using Azure CLI, which is fully cross-platform. No steps are Windows-only, and Linux/macOS users are not blocked from completing the tutorial.
Recommendations
- Make Azure CLI the default or first example in each section, as it is cross-platform and preferred for Linux/macOS users.
- Clarify in the introduction that Azure CLI is recommended for Linux/macOS users, while PowerShell is primarily for Windows users.
- Consider adding a note that PowerShell Core is available on Linux/macOS, but most users on those platforms use Azure CLI.
- Ensure that all CLI commands are tested and work on Linux/macOS shells (e.g., bash/zsh).
Create Pull Request