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 provides environment variable setup instructions for Windows, Linux, and macOS, but presents the Windows instructions first. All other examples are cross-platform (Python code), and there is no exclusive use of Windows tools or missing Linux examples.
Recommendations
  • Present environment setup instructions in a neutral or rotating order (e.g., Linux first, or alphabetical order) to avoid implicit prioritization of Windows.
  • Explicitly state that all Python code examples are cross-platform and work on Windows, Linux, and macOS.
  • Ensure parity in any future sections that might introduce platform-specific tooling or shell commands.
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-09-16 00:00 #113 completed Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets

  > [!NOTE]
  > If you only need to access the environment variable in the current running console, you can set the environment variable with `set` instead of `setx`.

  After you add the environment variables, you may need to restart any running programs that will need to read the environment variable, including the console window. For example, if you're using Visual Studio as your editor, restart Visual Studio before running the example.

  #### [Linux](#tab/linux)