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 provides environment variable setup instructions for Windows (cmd and PowerShell) before macOS/Linux (bash), which is an example of 'windows_first' bias. However, all major platforms are covered, and there are no missing Linux examples or exclusive use of Windows tools.
Recommendations
  • Present environment variable setup instructions for all platforms in parallel, or list Linux/macOS first to avoid implicit prioritization of Windows.
  • Consider using tabbed or side-by-side code blocks for platform-specific commands to improve parity and clarity.
  • Review other sections for similar ordering or implicit prioritization, and ensure Linux/macOS users are equally supported.
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
2025-07-09 23:22 #6 cancelled Clean Clean

Flagged Code Snippets

    setx APPLICATIONINSIGHTS_CONNECTION_STRING "applicationinsights-connection-string"
    
    $Env:APPLICATIONINSIGHTS_CONNECTION_STRING = "applicationinsights-connection-string"