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
Summary
The documentation page primarily uses Azure CLI examples with shell scripting syntax (echo, read, variable assignment), which is cross-platform and works on Linux, macOS, and Windows (with WSL or bash). However, there is a notable instance of Windows bias: the link for creating ARM templates points to a Visual Studio Code tutorial with PowerShell tabs highlighted, suggesting PowerShell (Windows) as the default method for template creation, rather than offering Bash or cross-platform alternatives first. No explicit PowerShell-only code is present, and no Windows-only tools are referenced in the main examples.
Recommendations
  • Ensure that linked tutorials (such as ARM template creation) offer Bash or cross-platform instructions as prominently as PowerShell, or default to Bash if the main page uses Bash syntax.
  • Where possible, clarify that the Azure CLI examples work on Linux, macOS, and Windows (with appropriate shells), and provide notes or links for shell differences if relevant.
  • Avoid referencing Windows-specific tools or patterns (such as PowerShell) before their Linux equivalents in cross-platform documentation.
  • Add explicit Bash and PowerShell tabs/examples for key workflows if the linked content is platform-specific.
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-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets