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 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 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"