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

Bias Types:
⚠️ windows_first
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a mild Windows bias by listing Windows-specific consoles (cmd, PowerShell) before Bash, and by not providing any Linux- or macOS-specific instructions or examples. All terminal commands are generic, but there is no explicit mention of Linux or macOS environments beyond the brief mention of Bash. There are no Linux-specific troubleshooting tips, environment variable setup instructions, or editor recommendations, and the documentation implicitly assumes familiarity with Windows patterns.
Recommendations:
  • Explicitly mention Linux and macOS as supported platforms wherever relevant, not just in passing.
  • Provide Linux/macOS-specific instructions for setting environment variables (e.g., export VAR=VALUE) alongside Windows (set VAR=VALUE or $env:VAR=VALUE in PowerShell).
  • List Bash (or other Unix shells) first or equally when mentioning console options, e.g., 'in a console window (such as Bash, cmd, or PowerShell)'.
  • Include notes on using popular Linux/macOS editors (e.g., nano, vim, VS Code) for editing files, not just generic 'text editor'.
  • Add troubleshooting tips or notes for common Linux/macOS issues (e.g., permissions, .NET SDK installation differences).
  • Ensure all screenshots, if any, are cross-platform or provide both Windows and Linux/macOS examples.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased

Flagged Code Snippets