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 demonstrates mild Windows bias, particularly in the 'Run the application' section. Windows command prompt and PowerShell instructions are presented before Linux/macOS equivalents, and there is more detailed guidance for Windows users (e.g., mentioning restarting the command prompt after setx). The prerequisite section also references Windows and WSL before Linux, and the linked Node.js installation guide is Windows-focused. However, Linux/macOS commands are present and correct, and the code samples themselves are cross-platform.
Recommendations:
  • Present Linux/macOS and Windows instructions in parallel tabs or in a consistent order (e.g., Linux/macOS first, or alphabetical).
  • Avoid giving Windows-specific instructions (such as 'restart the command prompt') without equivalent context for Linux/macOS.
  • In the prerequisites, provide equal prominence to Linux/macOS installation instructions for Node.js, not just Windows/WSL.
  • Where possible, use neutral language and structure (e.g., 'On Windows, run...', 'On Linux/macOS, run...') rather than always leading with Windows.
  • Ensure all screenshots and portal instructions are OS-agnostic or provide alternatives if there are differences.
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

--- ## Run the application 1. Set the environment variable. ### [Microsoft Entra ID (recommended)](#tab/entra-id) Set the environment variable named **AZURE_APPCONFIG_ENDPOINT** to the endpoint of your App Configuration store found under the *Overview* of your store in the Azure portal. If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
If you use PowerShell, run the following command:
If you use PowerShell, run the following command:
### [Connection string](#tab/connection-string) Set the environment variable named **AZURE_APPCONFIG_CONNECTION_STRING** to the read-only connection string of your App Configuration store found under *Access keys* of your store in the Azure portal. If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect: