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
powershell_heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before macOS/Linux, and references Windows-specific Python setup documentation in prerequisites. While Linux/macOS commands are present, Windows instructions are consistently listed first and more prominently, indicating a subtle Windows-first bias.
Recommendations
  • Present environment variable setup instructions for all platforms in parallel, or alternate the order (e.g., show Linux/macOS first in some sections).
  • In prerequisites, provide links for setting up Python on Linux and macOS in addition to Windows.
  • Consider using tabbed or side-by-side layouts for platform-specific commands to avoid implying priority.
  • Ensure all tooling and setup steps are equally covered for Linux/macOS, not just referenced after Windows.
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"
    
    setx AZURE_APPCONFIG_CONNECTION_STRING "<connection-string-of-your-app-configuration-store>"
    
    $Env:AZURE_APPCONFIG_CONNECTION_STRING = "connection-string-of-your-app-configuration-store"