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
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page exhibits Windows bias by exclusively referencing Windows tools and workflows. The prerequisites require Visual Studio (Windows-centric), and the only package installation example uses PowerShell syntax. There are no Linux or cross-platform alternatives mentioned for development environment setup, package installation, or tooling. The documentation does not provide parity for Linux users, such as instructions for using VS Code, .NET CLI on Linux, or alternative package managers.
Recommendations
  • Provide Linux and macOS equivalents for all setup steps, including installation instructions for .NET SDK and package management using the dotnet CLI in bash/zsh.
  • Mention cross-platform editors like VS Code or JetBrains Rider alongside Visual Studio.
  • Replace or supplement PowerShell examples with bash/zsh equivalents (e.g., 'dotnet add package Azure.Communication.Chat' in a bash terminal).
  • Clarify that Azure CLI commands work on all platforms and provide explicit instructions for Linux/macOS installation.
  • Add a section or callout for Linux/macOS users, listing required dependencies and setup steps.
  • Ensure all code snippets and instructions are platform-agnostic unless a platform-specific difference is necessary.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
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