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
windows_tools
powershell_heavy
Summary
The documentation provides comprehensive instructions for both NFS (Linux) and SMB (Windows) dual-protocol volumes in AKS. However, the SMB example is exclusively Windows-focused, with pod manifests using Windows containers (IIS), nodeSelector for Windows nodes, and Windows shell commands (cmd.exe, dir). There are no SMB pod examples for Linux containers, nor guidance for mounting SMB volumes on Linux nodes, despite SMB being supported on Linux via the CSI driver. The SMB section implicitly prioritizes Windows usage and tools.
Recommendations
  • Add SMB pod manifest examples for Linux containers, demonstrating mounting SMB volumes on Linux nodes.
  • Include Linux shell commands (e.g., bash, ls, df) for verifying SMB mounts in Linux pods, alongside Windows examples.
  • Clarify in the SMB section that SMB volumes can be mounted on both Windows and Linux nodes, and provide parity in instructions.
  • Consider reordering or parallelizing examples so that both Linux and Windows use cases are equally represented for SMB.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #253 completed Biased Biased
2026-01-13 00:00 #249 completed Biased Biased

Flagged Code Snippets