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
Summary
The documentation page demonstrates a Windows-first bias by exclusively referencing Azure App Service and Azure Functions, which are commonly associated with Windows environments, and by providing only C# code examples. There are no Linux-specific instructions, examples, or references to Linux-native tools or deployment patterns (such as Azure App Service for Linux, container-based deployment, or Bash scripting). The documentation also omits any mention of Linux-specific environment variable configuration, shell commands, or cross-platform deployment considerations, making it less accessible for Linux users.
Recommendations
  • Add explicit instructions and examples for deploying .NET agent apps on Azure App Service for Linux and Linux-based Azure Functions.
  • Include Linux shell (Bash) commands for environment variable configuration and deployment steps alongside any Windows/Powershell instructions.
  • Provide C# code examples that highlight cross-platform compatibility and mention any platform-specific considerations.
  • Reference container-based deployment options (e.g., Docker) for .NET apps, which are popular in Linux environments.
  • Clarify that the steps and code samples apply equally to Linux-based hosting, and call out any differences in configuration or tooling.
  • If using environment variables, show how to set them in both Windows and Linux environments (e.g., using 'set' vs 'export').
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 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 Clean Clean
2026-01-08 00:00 #228 cancelled Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets