Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides examples for Azure portal, Azure CLI, Azure PowerShell, and ARM templates. The PowerShell example is given equal prominence to the Azure CLI example, and is listed before ARM templates and programming language samples. PowerShell is a Windows-centric tool, and its inclusion as a primary method may suggest a Windows bias, especially since no Bash or Linux shell examples are provided. The CLI example is cross-platform, but there is no explicit mention of Linux-specific workflows or tools. The documentation does not provide Linux shell (bash) or script examples, nor does it mention Linux-specific considerations.
Recommendations
- Add explicit Bash or Linux shell examples alongside Azure CLI usage to demonstrate Linux parity.
- Clarify that Azure CLI commands work on both Windows and Linux, and provide sample commands for both environments if there are differences.
- Consider listing cross-platform tools (Azure CLI, ARM templates) before Windows-centric tools (PowerShell) to avoid Windows-first impression.
- Mention Linux-specific considerations or workflows where relevant, such as installation or authentication differences.
Create Pull Request