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 Command Prompt and PowerShell before mentioning the equivalent command for macOS/Linux. The Windows instructions are more detailed (e.g., mentioning restarting the command prompt), and the PowerShell example is given before the Linux/macOS example. There are no Linux-specific tools or patterns mentioned elsewhere, but the order and detail of examples show a mild Windows-first and PowerShell-heavy bias.
Recommendations:
  • Present environment variable setup instructions for all platforms in parallel, using a table or side-by-side format, rather than listing Windows first.
  • Provide equal detail for Linux/macOS instructions (e.g., mention if restarting the terminal is needed, as is done for Windows).
  • Consider using neutral, cross-platform language and examples where possible (e.g., recommend using the .NET CLI, which works on all platforms, for all steps).
  • Explicitly state that the instructions apply equally to Windows, Linux, and macOS, and avoid giving the impression that Windows is the primary or default platform.
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_APPCONFIGURATION_ENDPOINT "<endpoint-of-your-app-configuration-store>"
$Env:AZURE_APPCONFIGURATION_ENDPOINT = "<endpoint-of-your-app-configuration-store>"
export AZURE_APPCONFIGURATION_ENDPOINT ='<endpoint-of-your-app-configuration-store>'