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 instructions for setting environment variables on Windows (cmd and PowerShell) before mentioning the macOS/Linux equivalent. All platforms are covered, but Windows instructions are listed first, which may suggest a subtle Windows-first bias.
Recommendations
  • Present platform instructions in parallel (side-by-side table or tabs) rather than sequentially, or rotate the order in which platforms are listed to avoid always putting Windows first.
  • Explicitly state that the instructions apply equally to all platforms, and avoid implying a primary platform.
  • Ensure that Linux/macOS instructions are as detailed and prominent as Windows instructions.
  • Consider using cross-platform tools or commands (such as dotenv files) for environment variable management, or mention them as alternatives.
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 AZURE_APPCONFIG_ENDPOINT "<endpoint-of-your-app-configuration-store>"
    
    $Env:AZURE_APPCONFIG_ENDPOINT = "<endpoint-of-your-app-configuration-store>"