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 Windows (cmd and PowerShell) before mentioning the macOS/Linux equivalent, but does include all major platforms. No Linux examples or tools are missing, and the rest of the tutorial uses cross-platform Node.js and bash commands.
Recommendations:
  • Present platform-specific instructions in parallel (side-by-side or in a table), rather than listing Windows first.
  • Consider listing Linux/macOS instructions before Windows, or at least alternating the order in different tutorials to avoid implicit prioritization.
  • Explicitly state that all platforms are supported and tested, to reinforce parity.
  • Where possible, use cross-platform commands (e.g., via npm scripts or dotenv files) to minimize platform-specific steps.
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

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