Sad Tux - Windows bias detected
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

Detected Bias Types
windows_first
Summary
The documentation demonstrates a 'windows_first' bias in the environment variable setup section, where Windows instructions are presented before macOS and Linux. However, the rest of the content is cross-platform, using Azure CLI commands that are applicable to all operating systems, and provides separate tabs for Windows, macOS, and Linux where relevant. There are no exclusive Windows tools, PowerShell-specific examples, or missing Linux examples.
Recommendations
  • Present environment variable setup instructions in a neutral order (e.g., Linux/macOS first, alphabetical, or randomized) to avoid implying Windows primacy.
  • Consider combining macOS and Linux instructions where they are identical, or explicitly state that the instructions apply to all Unix-like systems.
  • Ensure that any references to editors or IDEs (e.g., Visual Studio) are balanced with cross-platform alternatives (e.g., VS Code, JetBrains IDEs) or generic terms.
  • Continue to provide explicit, parallel examples for all supported platforms to maintain parity.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

setx AZURE_COMMUNICATION_CONNECTION_STRING "<yourConnectionString>"