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
missing_linux_example
Summary
The documentation demonstrates Windows bias in several ways: Windows/Powershell commands and tools are often presented first or exclusively, such as the use of 'pwsh' and 'Set-ExecutionPolicy' for script permissions, while Linux/macOS equivalents are less emphasized. Troubleshooting advice is Windows-centric (e.g., warning about WSL Bash in VS Code), and some examples or code snippets (e.g., Powershell) are referenced but not provided for Linux. There is limited parity in step-by-step guidance for Linux users, and Windows-specific patterns (like func.exe, Windows command prompt) are mentioned more prominently.
Recommendations
  • Present Linux/macOS and Windows instructions side-by-side or in parallel tabs, ensuring equal prominence.
  • Provide explicit Linux/macOS troubleshooting tips (e.g., for shell/terminal issues in VS Code) alongside Windows advice.
  • Ensure all code and script examples have both Windows and Linux/macOS versions, including permissions and execution steps.
  • Avoid referencing Windows tools (e.g., func.exe, pwsh) without mentioning or providing Linux/macOS equivalents.
  • Review and update any language or instructions that assume a Windows environment by default.
  • Include guidance for common Linux/macOS environments (e.g., bash, zsh, terminal settings) in all relevant sections.
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