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
windows_first
missing_linux_example
Summary
The documentation page exhibits a strong Windows bias. The only configuration (install) script provided is a PowerShell script (Install.ps1) that installs fonts specifically into the C:\Windows\Fonts directory and modifies Windows registry keys. All runtime and deployment examples use ASP.NET V4.8, a Windows-only framework. There are no Linux-based examples, nor any mention of Linux-compatible configuration scripts (e.g., Bash, shell scripts), Linux runtimes, or Linux file paths. The documentation assumes a Windows environment for both app deployment and configuration, and does not address Linux parity.
Recommendations
  • Provide equivalent Linux configuration (install) script examples, such as Bash scripts for font installation in Linux containers.
  • Include instructions and examples for deploying Linux-based runtimes (e.g., Node.js, Python, .NET Core) on Managed Instance.
  • Clarify whether Managed Instance supports Linux plans, and if so, document the differences and options.
  • Show how to register fonts or perform similar configuration tasks in Linux environments (e.g., copying fonts to /usr/share/fonts and running fc-cache).
  • Add notes or sections highlighting limitations or differences between Windows and Linux plans for Managed Instance.
  • Ensure that examples and screenshots do not exclusively reference Windows file paths or features.
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