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 page demonstrates a Windows bias by primarily using PowerShell syntax and conventions in all command examples, such as escaping with backticks and referencing PowerShell-specific behaviors. While it mentions Bash shells like Git Bash, it does not provide explicit Linux-native examples or address common Linux environments (e.g., Ubuntu, macOS Terminal) directly. The guidance for escaping characters and file referencing is tailored to Windows/PowerShell users, with only brief notes for Bash users, and no full Linux command equivalents are shown.
Recommendations
  • Provide explicit Linux-native (e.g., Ubuntu, macOS Terminal) command examples alongside PowerShell examples, using appropriate syntax for file referencing and escaping (e.g., '@request-body.json' without backticks, and proper use of single/double quotes and backslashes).
  • Structure command sections to show both Windows (PowerShell) and Linux (Bash) variants, clearly labeled, so users on either platform can follow without confusion.
  • Include notes about running commands in standard Linux terminals, not just 'Git Bash', and clarify any differences in prerequisites or environment setup for Linux/macOS users.
  • Where escape characters differ (e.g., backtick vs. backslash), provide side-by-side examples or a table summarizing the differences.
  • Review the prerequisites section to mention Linux/macOS shells and editors (e.g., nano, vim) as alternatives to Visual Studio Code, which is cross-platform but often associated with Windows.
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
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets