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
missing_linux_example
windows_tools
Summary
The documentation is heavily focused on provisioning SMB volumes for Windows-based AKS workloads. All pod examples use Windows containers (IIS on Windows Server Core), and node selectors are set to Windows. There are no Linux pod/container examples, nor any discussion of mounting SMB volumes from Linux containers. The only usage examples for accessing the SMB share are via Windows tools (cmd.exe, dir). The documentation does not mention Linux compatibility, limitations, or provide Linux-specific guidance for SMB volumes.
Recommendations
  • Add examples for Linux pods mounting SMB volumes, including sample manifests and verification steps using Linux commands (e.g., mount, ls, df).
  • Clarify whether SMB volumes can be mounted by Linux containers in AKS, and document any prerequisites or limitations.
  • Provide parity in troubleshooting and verification steps for both Windows and Linux pods.
  • If SMB volumes are Windows-only, explicitly state this limitation early in the documentation.
  • Include links or references to NFS documentation for Linux workloads, and guidance on choosing between SMB and NFS based on OS.
GitHub Create Pull Request

Scan History

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

Flagged Code Snippets