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 code and instructions are cross-platform and do not show a strong Windows or PowerShell bias.
Recommendations:
  • Present environment variable setup commands for all platforms together, or alternate the order (e.g., show Linux/macOS first in some sections).
  • Consider using a table or tabbed code blocks to make platform parity more visually clear.
  • Explicitly state that all code examples are cross-platform unless otherwise noted, to reassure non-Windows users.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-23 00:00 #89 in_progress ❌ Biased
2025-07-23 00:00 #58 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

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