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 provides command examples for Windows (PowerShell and Cmd) alongside bash, but Windows-specific instructions and tools (PowerShell, Cmd) are often listed before or more prominently than Linux/macOS equivalents. The use of Windows command shells is explicit in several sections, and Windows-centric patterns (such as 'py' for Python, which is a Windows launcher) are used in examples. Linux instructions are present but sometimes appear after Windows ones or are less detailed.
Recommendations
  • Ensure Linux/macOS instructions are presented before or alongside Windows instructions, not after.
  • Provide parity in command examples, ensuring bash/Linux/macOS commands are as detailed and prominent as Windows/PowerShell/Cmd examples.
  • Avoid using Windows-specific tools or patterns (such as 'py' launcher) in cross-platform sections; prefer 'python3' for Python commands.
  • Where possible, group instructions by OS (Linux/macOS, Windows) and clarify which commands apply to which environment.
  • Review all code blocks and tabs to ensure Linux/macOS users have clear, first-class guidance.
  • Explicitly mention cross-platform compatibility for all tools (e.g., Azure Developer CLI, Azurite, Azure Functions Core Tools) and provide installation instructions for Linux/macOS where relevant.
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

Flagged Code Snippets