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_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a strong Windows bias. The only configuration (install) script provided is a PowerShell script (`Install.ps1`) that installs fonts specifically to the Windows Fonts directory and modifies the Windows registry. The sample app is described as using fonts from `C:\Windows\Fonts`, and the runtime stack is set to ASP.NET V4.8, which is Windows-only. There are no Linux equivalents or examples for configuration scripts, font installation, or runtime stack. The documentation does not mention how to perform similar tasks on Linux-based App Service plans, nor does it provide Bash or shell script examples for configuration.
Recommendations
  • Provide equivalent Linux configuration script examples (e.g., Bash scripts to install fonts to `/usr/share/fonts` and update font cache).
  • Clarify whether Managed Instance supports Linux-based plans and, if so, include instructions for deploying to Linux.
  • Offer examples using cross-platform runtime stacks (e.g., .NET Core, Node.js, Python) and show how to configure dependencies on both Windows and Linux.
  • Explicitly mention platform limitations and guide users on choosing between Windows and Linux plans.
  • Add documentation for Linux-specific management tasks and troubleshooting.
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 Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets