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 page demonstrates a Windows bias in several ways. PowerShell examples are provided alongside Azure CLI, but the CLI examples use Windows-style variable assignment and login commands (Connect-AzAccount), which are not valid on Linux/macOS shells. There is no mention of Bash or Linux-specific usage patterns, nor are there examples showing how to use the Azure CLI in a Linux environment. The PowerShell tab appears before the CLI tab, and all scripting examples assume a Windows context. No Linux tools or shell scripting examples are provided.
Recommendations
  • Provide Azure CLI examples using Bash syntax, with Linux/macOS-compatible variable assignment and authentication (e.g., 'az login').
  • Add explicit instructions for running Azure CLI commands on Linux/macOS, including installation and environment notes.
  • Reorder tabs so that Azure CLI (cross-platform) appears before PowerShell (Windows-specific).
  • Include notes or examples for Linux users, such as using Bash scripts or running commands in a Linux terminal.
  • Avoid using Windows-specific commands (e.g., Connect-AzAccount) in CLI examples; use 'az login' for CLI authentication.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets