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
missing_linux_example
Summary
The documentation consistently references the Azure portal and Visual Studio Code, both of which are commonly used on Windows but are available cross-platform. However, there is a notable absence of Linux-specific instructions, examples, or screenshots. All CLI examples use generic commands (npm, az, npx) that work on both Windows and Linux, but there are no explicit Linux shell or environment setup examples, nor any mention of Linux-specific considerations. The tip for opening a new browser tab uses the Windows-centric 'Ctrl' key notation, without mentioning Linux or macOS equivalents. There is no mention of PowerShell, but the documentation implicitly assumes a Windows-first workflow by omitting Linux alternatives and not addressing cross-platform differences.
Recommendations
  • Add explicit Linux/macOS instructions for environment variable setup (e.g., export PLAYWRIGHT_SERVICE_URL=...) and authentication steps.
  • Include Linux/macOS keyboard shortcut equivalents alongside Windows ones (e.g., 'Ctrl' vs 'Cmd').
  • Provide screenshots or notes for Azure portal usage on Linux/macOS browsers.
  • Clarify that all CLI commands are cross-platform, and note any OS-specific differences if applicable.
  • Add troubleshooting tips for common Linux/macOS issues (e.g., file permissions, npm installation).
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
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

Flagged Code Snippets