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:
⚠️ missing_linux_example
Summary:
The documentation provides terminal/command window instructions and virtual environment activation commands only in the Windows format (e.g., .\Scripts\activate), with no equivalent Linux/macOS commands (e.g., source ./bin/activate). This may confuse or hinder users on non-Windows platforms. No explicit Windows tools or PowerShell commands are used, but the lack of Linux/macOS parity is a notable bias.
Recommendations:
  • For every command-line instruction, provide both Windows and Linux/macOS versions, especially for virtual environment activation (e.g., '.\Scripts\activate' for Windows, 'source ./bin/activate' for Linux/macOS).
  • Use tabbed or side-by-side code blocks to show platform-specific commands where they differ.
  • Explicitly mention that the instructions apply to both Windows and Linux/macOS, and clarify any platform-specific steps.
  • Review the documentation for other subtle Windows-first assumptions, such as path separators or references to 'command window' instead of 'terminal'.
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