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
missing_linux_example
Summary
The documentation page primarily focuses on Azure CLI commands, which are cross-platform, but it introduces Windows bias by mentioning Azure PowerShell as an alternative in the introduction and linking to a PowerShell-specific guide. There are no explicit Linux- or macOS-specific instructions, nor are there examples of shell environments or command differences for non-Windows platforms. The use of redirection operators (e.g., '>restoreconfig.json') is compatible with both Windows and Unix shells, but there is no discussion of shell-specific nuances, environment variable syntax differences, or prerequisites for Linux/macOS users. The documentation implicitly assumes a Windows-first perspective by mentioning PowerShell before any Linux alternatives and not providing parity guidance for Linux users.
Recommendations
  • Add explicit notes or sections for Linux/macOS users, including any prerequisites (e.g., az CLI installation, shell compatibility, jq usage for JSON parsing, etc.).
  • If PowerShell is mentioned as an alternative, also mention Bash or other common Linux shells as alternatives for scripting.
  • Provide example commands using both Windows (PowerShell) and Linux/macOS (Bash) syntax where there are differences (e.g., environment variable usage: $VAR vs. $env:VAR).
  • Clarify that the Azure CLI commands are cross-platform and highlight any platform-specific considerations.
  • Link to Linux/macOS-specific guides or troubleshooting pages if available.
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-12 00:00 #243 cancelled Clean Clean
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-19 13:51 #54 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets