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 shows a moderate Windows bias. PowerShell is featured prominently as a primary automation method, and examples for downloading files use Windows-style paths (e.g., C:\Capture\myVM_1.cap) before mentioning Linux equivalents. References to Windows file paths and tools (such as Storage Explorer) are given without equal emphasis on Linux alternatives. There are no explicit Linux shell (bash) examples for file operations, and the documentation does not provide parity for Linux-specific workflows, such as using SCP or Linux-native tools for file download and management.
Recommendations
  • Provide Linux shell (bash) examples alongside PowerShell, especially for file download and management (e.g., using wget, curl, or scp).
  • List Linux file path examples before or alongside Windows paths, not after.
  • Mention Linux-native tools for storage access (e.g., AzCopy, rclone, or mounting blob storage via fuse) in addition to Storage Explorer.
  • Clarify that Azure CLI and PowerShell are cross-platform, but show examples of running commands on both Windows and Linux terminals.
  • Add explicit instructions for connecting to Linux VMs and retrieving packet capture files using SSH/SCP.
  • Ensure screenshots and step-by-step instructions reflect both Windows and Linux environments where applicable.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
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
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets