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 exclusively provides a PowerShell script using Windows-specific cmdlets (e.g., Get-PnpDevice, Disable-PnpDevice, pnputil) and patterns for enabling GPU support on AKS via Azure Arc. No Linux or cross-platform alternatives are mentioned, and the instructions assume a Windows environment throughout. There is no guidance for Linux hosts, nor are Linux tools or commands referenced.
Recommendations
  • Add equivalent Linux instructions and sample scripts (e.g., using lspci, lsmod, modprobe, and NVIDIA driver installation via apt/yum).
  • Clearly indicate platform requirements and provide parity for both Windows and Linux hosts.
  • Reference Linux tools and patterns (such as udev, systemctl, and bash scripting) alongside Windows examples.
  • Where possible, use cross-platform Azure CLI commands or Kubernetes-native approaches that work on both Windows and Linux.
  • Include a section that discusses differences and considerations for enabling GPU on Linux-based AKS clusters managed by Azure Arc.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets