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
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation demonstrates a Windows bias by providing installation instructions only for the .NET SDK via the Visual Studio NuGet Package Manager Console (a Windows/PowerShell-centric tool), omitting any Linux or cross-platform installation guidance. All code examples are in C# and assume a Windows development environment, with no mention of Linux-compatible workflows or tools. There is no reference to using the SDK from Linux, nor are there CLI or alternative installation instructions for non-Windows users.
Recommendations
  • Add instructions for installing the NuGet package using the dotnet CLI (e.g., 'dotnet add package Microsoft.Phoenix.Client'), which works on Linux, macOS, and Windows.
  • Explicitly mention that the SDK and examples are cross-platform if applicable, and provide any prerequisites for Linux/macOS users (such as .NET SDK installation).
  • Include example commands for Linux/macOS environments, such as using the terminal/bash to install the SDK.
  • Clarify any differences or additional steps required for Linux users (e.g., authentication, environment variables, or file paths).
  • Consider providing at least one example of running the sample code on Linux (e.g., using VS Code or the dotnet CLI).
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-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
2025-07-12 23:44 #41 cancelled Biased Biased