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 detailed examples for Azure PowerShell, which is primarily a Windows-centric tool, and lists PowerShell instructions before Azure CLI. The PowerShell section includes formatting and JSON conversion examples using Windows-specific cmdlets (e.g., FT, FL, ConvertTo-Json), but there are no equivalent Bash or Linux shell examples. While Azure CLI is cross-platform and examples are included, there is no explicit mention of Linux or Bash usage, nor are there examples showing how to use CLI commands in a Linux shell environment. The documentation does not mention Linux-specific tools or patterns, and the PowerShell examples are more extensive and detailed than the CLI ones.
Recommendations
  • Add explicit Bash/Linux shell examples for Azure CLI commands, including output formatting and piping (e.g., using jq for JSON parsing).
  • Clarify that Azure CLI is cross-platform and provide usage notes for Linux and macOS environments.
  • Balance the depth of examples between PowerShell and CLI sections, ensuring CLI examples cover similar scenarios (e.g., output formatting, filtering, JSON conversion).
  • Consider including a table comparing PowerShell and CLI commands for common tasks, with notes on platform compatibility.
  • Where PowerShell-specific formatting is shown (e.g., FT, FL), provide equivalent CLI/Bash approaches (e.g., grep, jq, awk).
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
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