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
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a strong Windows bias. All development instructions are centered around Visual Studio (Windows-only), and all package installation examples use PowerShell commands. There are no instructions or examples for Linux or cross-platform development environments (such as VS Code, JetBrains Rider, or CLI-based workflows). The documentation omits Linux-specific guidance for .NET development, such as using the dotnet CLI or installing packages via command line. The exclusive use of Windows tools and patterns may hinder accessibility for Linux or macOS users.
Recommendations
  • Add instructions for using the dotnet CLI to create projects and install NuGet packages, which works cross-platform.
  • Include examples for setting up and running the sample in VS Code or other cross-platform editors.
  • Provide Linux/macOS-specific guidance for prerequisites, such as installing .NET SDK and running the sample from the terminal.
  • Replace PowerShell-specific commands with platform-agnostic alternatives, or provide both PowerShell and bash/zsh equivalents.
  • Clarify that the sample can be run on any OS supported by .NET, and explicitly mention Linux and macOS compatibility.
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets