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
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias in its instructions for setting environment variables. All examples use the Windows-specific 'setx' command, and there are no equivalent instructions or examples for Linux or macOS users. Additionally, references to restarting Visual Studio as an editor reinforce a Windows-centric perspective. There are no bash or cross-platform shell examples provided.
Recommendations
  • Provide equivalent Linux/macOS instructions for setting environment variables, such as using 'export' in bash/zsh or editing ~/.bashrc or ~/.zshrc.
  • Include both Windows (setx) and Linux/macOS (export) commands side by side or in tabbed sections.
  • Mention cross-platform editors (e.g., VS Code) in addition to or instead of Windows-only editors like Visual Studio.
  • Add a note clarifying that the instructions apply to Windows, and provide links or guidance for other operating systems.
  • Ensure screenshots and references are not exclusively Windows-centric, or supplement them with cross-platform alternatives.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-12 00:00 #243 cancelled Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets

setx COMMUNICATION_SERVICES_ENDPOINT_STRING "<https://<resource name>.communication.azure.com>"
setx COMMUNICATION_SERVICES_KEY "<your key>"
    setx COMMUNICATION_SERVICES_ENDPOINT_STRING "<https://<resource name>.communication.azure.com>"
    setx AZURE_CLIENT_ID "<your app's appId>"
    setx AZURE_CLIENT_SECRET "<your app's password>"
    setx AZURE_TENANT_ID "<your app's tenant>"