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 Windows-first bias by referencing 'cmd' and 'PowerShell' before 'Bash' when suggesting console windows, and does not provide any Linux- or macOS-specific instructions or examples. All command-line instructions are generic but lack explicit Linux/macOS context, such as environment variable setting or file editing. There are no Linux-specific tools, patterns, or troubleshooting notes, and the documentation assumes familiarity with Windows conventions.
Recommendations:
  • When listing console options, alternate the order or explicitly mention Linux/macOS terminals (e.g., 'Bash, Terminal, cmd, or PowerShell').
  • Provide Linux/macOS-specific instructions for setting environment variables (e.g., 'export VAR=value' for Bash) alongside Windows examples.
  • Include notes about editing files or running commands on Linux/macOS (e.g., using 'nano', 'vim', or 'open' instead of 'notepad').
  • Add troubleshooting tips or links relevant to Linux/macOS users, such as permissions or path issues.
  • Ensure that all steps are clearly cross-platform, or provide parallel instructions where platform differences exist.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets