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
Summary
The documentation demonstrates a mild Windows bias by presenting Windows-specific instructions (for activating a Python virtual environment) before their Unix/Linux equivalents. The resource creation link also defaults to a Windows tab, but otherwise, Linux and Windows are both mentioned. All code examples are platform-agnostic Python, and no Windows-only tools or PowerShell commands are used.
Recommendations
  • Present activation instructions for Python virtual environments for Windows and Unix/Linux in parallel (side-by-side or with equal prominence), or alternate which comes first.
  • Avoid using Windows as the default tab or example in resource creation links; provide a neutral or platform-agnostic default, or highlight both platforms equally.
  • Explicitly state that all Python code examples are cross-platform to reassure Linux/macOS users.
  • If there are any platform-specific caveats or requirements, document them clearly for both Windows and Linux.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

### Activate your virtual environment

On Windows, use the following command: