Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides Azure CLI deployment instructions exclusively using PowerShell syntax and variable assignment, which is native to Windows. There are no Bash or Linux/macOS shell examples, and the CLI section assumes a Windows environment. This creates friction for Linux/macOS users, who must adapt the instructions to their shell. The Azure portal instructions are platform-neutral, but the CLI section is Windows-centric.
Recommendations
  • Provide equivalent Bash examples for Azure CLI commands, including variable assignment and command execution.
  • Explicitly note that PowerShell syntax is shown and provide guidance for Linux/macOS users.
  • Consider presenting Bash and PowerShell examples side-by-side or in tabs.
  • Avoid using Windows-specific variable assignment (e.g., $var) in CLI documentation unless clearly marked as PowerShell-only.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets