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
⚠️ powershell_heavy
Summary:
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes both Windows command prompt and PowerShell commands, which may suggest a Windows-first and PowerShell-heavy approach. However, Linux/macOS instructions are present and complete. There are no exclusive references to Windows-only tools or missing Linux examples, but the ordering and emphasis may subtly favor Windows users.
Recommendations:
  • Present environment variable setup instructions in a neutral order, such as listing Linux/macOS (bash) first or grouping all OS instructions together without preference.
  • Avoid giving the impression of Windows primacy by using headings like 'On Windows', 'On macOS', 'On Linux' rather than listing Windows first.
  • Ensure that all command-line examples are equally detailed for all platforms, and consider providing cross-platform scripts or notes where possible.
  • Explicitly state that all steps are cross-platform unless a step is truly OS-specific.
  • Where possible, use platform-agnostic tooling or highlight alternatives (e.g., cross-platform editors, deployment tools) to reinforce parity.
GitHub Create pull request

Scan History

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

Flagged Code Snippets

setx APP_CONFIGURATION_CONNECTION_STRING "connection-string-of-your-app-configuration-store"
setx APP_CONFIGURATION_ENDPOINT "endpoint-of-your-app-configuration-store"
setx APP_CONFIGURATION_CONNECTION_STRING "connection-string-of-your-app-configuration-store"
$Env:APP_CONFIGURATION_ENDPOINT = "endpoint-of-your-app-configuration-store"