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, and includes both Windows Command Prompt and PowerShell examples, which are Windows-specific shells. Linux/macOS instructions are present but always listed last. There are no Linux-specific tools or patterns mentioned, but the ordering and prominence of Windows examples indicate a mild Windows-first bias.
Recommendations:
  • Present Linux/macOS and Windows instructions in parallel tabs or in the same order of prominence.
  • Consider listing Linux/macOS examples before or alongside Windows examples to balance visibility.
  • Explicitly mention cross-platform compatibility of tools (such as Azure Functions Core Tools) and provide installation/testing instructions for Linux/macOS environments.
  • Where possible, avoid assuming Visual Studio as the default development environment; mention VS Code or CLI alternatives for Linux/macOS users.
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

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