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
powershell_heavy
Summary
The documentation is heavily oriented towards Windows development environments. It exclusively references Visual Studio 2015 for project creation and management, assumes use of Windows-specific UI elements and workflows, and provides no guidance or examples for Linux or cross-platform development. The only alternative tool mentioned is PowerShell, which is primarily a Windows technology, and there are no references to Linux equivalents (e.g., VS Code, CLI, or cross-platform .NET workflows). There are no instructions for running the sample on Linux or macOS, nor any mention of .NET Core/SDK usage outside Visual Studio.
Recommendations
  • Add instructions for creating and running the .NET project using the .NET CLI (dotnet new, dotnet run), which works on Linux, macOS, and Windows.
  • Include examples for using VS Code or other cross-platform editors instead of only Visual Studio.
  • Provide guidance for installing required NuGet packages via the CLI (dotnet add package) as an alternative to the Visual Studio UI.
  • Mention how to run the sample on Linux and macOS, including any platform-specific considerations.
  • Reference Azure CLI or REST API alternatives for CDN management, alongside PowerShell.
  • Clarify that the code is compatible with .NET Core/.NET 5+ and not just .NET Framework, if applicable.
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-12 00:00 #243 cancelled 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 Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets