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

Bias Types:
⚠️ windows_first
⚠️ powershell_heavy
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation demonstrates a Windows bias in several areas: troubleshooting steps and examples often present Windows commands (e.g., PowerShell's 'tnc', use of '.\psping.exe') before or instead of Linux equivalents; Windows-specific tools (psping, PowerShell) are highlighted, with Linux alternatives mentioned only briefly or as an afterthought. Some diagnostic instructions and logging/tracing guidance are .NET/.NET Core-centric, with little to no mention of Linux-native or cross-platform approaches. Linux users may find the guidance less accessible or discoverable.
Recommendations:
  • For every Windows/Powershell command or tool mentioned (e.g., 'tnc', '.\psping.exe'), provide the Linux/macOS equivalent (e.g., 'telnet', 'nc', 'ss', 'ping', 'hping3') side-by-side and with equal prominence.
  • When referencing tools like 'psping', suggest cross-platform alternatives (e.g., 'iperf', 'hping3', 'nmap') and provide download links or installation instructions for Linux/macOS.
  • Avoid presenting Windows commands or tools first by default; instead, group instructions by platform or present them in parallel.
  • Expand diagnostic and logging sections to include examples for non-.NET environments and cross-platform SDKs (e.g., Java, Python), and mention Linux-native logging/tracing tools (e.g., journalctl, syslog, strace, tcpdump).
  • Where .NET or Visual Studio is referenced, add notes or links for equivalent workflows in Linux development environments (e.g., VS Code, JetBrains Rider, command-line SDK usage).
  • Audit the documentation for other subtle Windows-first language or assumptions (e.g., references to 'Console.ReadKey()', Visual Studio, or Windows-specific troubleshooting patterns) and provide Linux/macOS context or alternatives.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed ✅ Clean
2025-08-11 00:00 #77 completed ✅ Clean
2025-08-10 00:00 #76 completed ✅ Clean
2025-08-09 00:00 #75 completed ✅ Clean
2025-08-08 00:00 #74 completed ✅ Clean
2025-08-07 00:00 #73 completed ✅ Clean
2025-08-06 00:00 #72 completed ✅ Clean
2025-08-05 00:00 #71 completed ✅ Clean
2025-08-03 00:00 #69 completed ✅ Clean
2025-08-01 00:00 #67 completed ✅ Clean
2025-07-31 00:00 #66 completed ✅ Clean
2025-07-30 00:00 #65 completed ✅ Clean
2025-07-29 00:01 #64 completed ✅ Clean
2025-07-28 00:00 #63 completed ✅ Clean
2025-07-27 00:00 #62 completed ✅ Clean
2025-07-26 00:01 #61 completed ✅ Clean
2025-07-25 00:00 #60 completed ✅ Clean
2025-07-24 00:00 #59 completed ✅ Clean
2025-07-23 00:00 #58 completed ✅ Clean
2025-07-22 00:01 #57 completed ✅ Clean
2025-07-21 00:00 #56 completed ✅ Clean
2025-07-19 13:51 #54 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

tnc <yournamespacename>.servicebus.windows.net -port 5671
.\psping.exe -n 25 -i 1 -q <yournamespace>.servicebus.windows.net:5671 -nobanner