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_tools
windows_first
Summary
The documentation page demonstrates a Windows bias by providing PowerShell examples and instructions for installing the Az PowerShell module, which is a Windows-centric tool. PowerShell is presented as a primary tab alongside SDKs, and Windows-specific tools (such as New-TemporaryFile and Get-Content) are used in examples. There is no mention of Linux shell equivalents (e.g., Bash, CLI), nor are Linux-specific instructions or examples provided. The use of Windows tools and PowerShell is prioritized and presented before other SDKs, reinforcing a Windows-first approach.
Recommendations
  • Add Bash/Azure CLI examples for each scenario alongside PowerShell, especially for installation and query execution.
  • Include instructions for using cross-platform tools (e.g., Azure CLI, curl, jq) to demonstrate query acceleration from Linux/macOS environments.
  • Clarify that PowerShell examples can be run on Linux/macOS (if true), or provide alternative Linux-native shell scripts.
  • Avoid using Windows-specific commands (e.g., New-TemporaryFile, Get-Content) without providing Linux equivalents (e.g., mktemp, cat).
  • Reorder or balance the presentation so that Windows and Linux approaches are given equal prominence.
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 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
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets