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_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by providing detailed Azure PowerShell examples (a Windows-centric tool) before Azure CLI, and omitting any Linux-native NFS configuration or client-side examples. There are no Linux shell commands or guidance for managing NFS shares from a Linux perspective, despite NFS being predominantly used on Linux systems. The use of PowerShell and portal instructions (both Windows-oriented) further reinforces this bias.
Recommendations
  • Add Linux-native examples for configuring and verifying root squash, such as using mount options, /etc/fstab, or nfs-utils.
  • Include guidance for checking root squash behavior from a Linux client (e.g., using id, ls -l, or stat commands after mounting).
  • Present Azure CLI examples before PowerShell, as CLI is cross-platform and more commonly used on Linux.
  • Explicitly mention that Azure CLI can be used on Linux, and provide installation instructions if relevant.
  • Reference Linux tools and patterns (e.g., show how to test root squash from a Linux VM mounting the Azure NFS share).
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-15 00:00 #254 completed Clean Clean
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Clean Clean
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
2025-09-10 00:00 #107 completed Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets