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:
⚠️ windows_first
Summary:
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before mentioning the equivalent command for macOS/Linux. All other examples (Python, HTML, Kusto) are cross-platform and do not show Windows-specific bias. No Linux examples are missing, and no Windows-only tools or patterns are used.
Recommendations:
  • Present environment variable instructions for all platforms together, or list Linux/macOS first to avoid implicit prioritization of Windows.
  • Consider using a table or side-by-side format for environment variable setup commands to give equal prominence to all platforms.
  • Review other documentation pages for similar ordering and ensure Linux/macOS users are equally supported.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets

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