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 instructions for setting environment variables on all major platforms (Windows Command Prompt, PowerShell, macOS/Linux), but lists Windows methods (cmd, PowerShell) before the Linux/macOS equivalent. There are no missing Linux examples or exclusive use of Windows tools, but the ordering may subtly prioritize Windows users.
Recommendations:
  • List Linux/macOS and Windows instructions in parallel (side-by-side) or alternate the order in which they are presented to avoid always putting Windows first.
  • Consider using tabs or collapsible sections for platform-specific instructions to give equal prominence.
  • Explicitly state that the instructions apply to all platforms and that the order is arbitrary, or clarify that users should follow the steps for their OS.
  • Review other sections for subtle prioritization and ensure parity in tool and example coverage.
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

Flagged Code Snippets

setx AZURE_APPCONFIG_ENDPOINT "<endpoint-of-your-app-configuration-store>"
$Env:AZURE_APPCONFIG_ENDPOINT = "<endpoint-of-your-app-configuration-store>"