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
⚠️ windows_tools
Summary:
The documentation demonstrates a mild Windows bias, particularly in the 'Run the application' section. Instructions for setting environment variables are presented with Windows Command Prompt and PowerShell commands before the Linux/macOS equivalent, and Windows-specific tools (setx, PowerShell) are mentioned explicitly. The Node.js installation prerequisite also references Windows and WSL before Linux. However, Linux/macOS examples are present and correct, and the main code samples are cross-platform.
Recommendations:
  • Present environment variable instructions in a neutral or parallel order (e.g., group Windows, macOS, and Linux together, or alternate which comes first).
  • Avoid language such as 'If you use Windows...' before mentioning Linux/macOS, or use a table to present all OSes equally.
  • In the prerequisites, provide Linux installation links and instructions alongside Windows, not after or as a secondary note.
  • Where possible, use cross-platform commands (e.g., 'set' for Windows CMD, 'export' for Unix shells) in a table or side-by-side tabs.
  • Consider referencing Linux and macOS tools and patterns as prominently as Windows ones.
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:
### [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 settings* 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: