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
windows_tools
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell examples are consistently presented before Azure CLI examples, and file paths in examples use Windows-style (e.g., c:\Templates\azuredeploy.json). The PowerShell tab is listed first in each code section, and references to environments (such as Bash) are only made in passing for CLI, with no explicit Linux file path examples. The documentation assumes familiarity with Windows tools and patterns, and does not provide parity for Linux-specific usage or considerations.
Recommendations
  • Alternate the order of PowerShell and Azure CLI examples, or present them side-by-side to avoid implicit prioritization.
  • Include Linux-style file paths (e.g., /home/user/Templates/azuredeploy.json) in CLI examples to demonstrate cross-platform usage.
  • Explicitly mention and provide examples for running Azure CLI commands in both Windows (CMD/PowerShell) and Linux (Bash) environments.
  • Add notes or tips about differences in environment variables, path syntax, and shell behavior between Windows and Linux.
  • Ensure that references to tools and environments do not assume Windows as the default; clarify cross-platform applicability throughout.
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-12 00:00 #243 cancelled 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 Biased Biased
2025-07-19 13:51 #54 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets