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 exhibits a strong Windows bias. The only configuration (install) script provided is a PowerShell script (Install.ps1) that installs fonts to the C:\Windows\Fonts directory and modifies the Windows registry. All examples and instructions for OS-level customization reference Windows-specific paths, tools, and patterns. There are no equivalent examples or instructions for Linux-based App Service plans, nor is there mention of how to adapt the process for Linux environments. The runtime stack example is also Windows-specific (.NET Framework 4.8), and the font installation process is exclusively tailored to Windows.
Recommendations
  • Provide equivalent Linux examples, such as a Bash shell script for font installation in Linux-based App Service plans (e.g., copying fonts to /usr/share/fonts and running fc-cache).
  • Clarify whether Managed Instance supports Linux plans, and if so, include instructions for both Windows and Linux scenarios.
  • When showing configuration scripts, offer both PowerShell and Bash script samples, and explain any OS-specific differences.
  • Mention Linux runtime stack options (e.g., .NET Core, Node.js, Python) alongside Windows examples.
  • Avoid assuming C:\Windows\Fonts as the only font directory; include Linux font directories in examples and screenshots.
  • Explicitly state OS limitations or requirements for features that are Windows-only.
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