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
windows_first
powershell_heavy
Summary
The documentation provides Azure CLI examples using PowerShell-style syntax (backticks for line continuation and variable assignment with $), which is specific to Windows/PowerShell environments. There is no mention of Linux/macOS shell equivalents or examples using Bash syntax, which may cause confusion or friction for non-Windows users.
Recommendations
  • Provide Azure CLI examples using Bash syntax (backslash for line continuation, variable assignment with export or plain assignment) alongside PowerShell examples.
  • Explicitly state that the CLI commands can be run on Linux/macOS and provide any necessary syntax differences.
  • Add notes or tabs to switch between PowerShell and Bash examples where appropriate.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-15 00:00 #254 completed Biased Biased

Flagged Code Snippets