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
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a clear Windows bias. It assumes and prioritizes a Windows client environment, requires Windows PowerShell, and all command-line examples are shown in a PowerShell context. There are no Linux/macOS equivalents or instructions, and Windows-specific tools and file paths are referenced. The documentation does mention that other operating systems are supported, but provides no guidance or examples for them.
Recommendations
  • Provide parallel instructions and examples for Linux/macOS clients, including shell commands and environment setup.
  • Show command-line examples in both PowerShell and bash/zsh syntax, or use a neutral format.
  • Avoid Windows-specific file paths or explain the Linux/macOS equivalents where relevant.
  • Explicitly state any differences in procedure for non-Windows clients, or confirm that the steps are identical.
  • Include screenshots or terminal output from Linux/macOS environments where appropriate.
  • List Linux/macOS requirements (e.g., bash version, curl, kubectl installation) alongside Windows prerequisites.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

C:\Users\user>kubectl delete deployment,svc mysql -n userns1
deployment.apps "mysql" deleted
service "mysql" deleted
C:\Users\user>