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
Summary
The documentation provides a CLI example that uses a Windows-style path (C:\temp\logs) and does not include a Linux/macOS equivalent (such as /tmp/logs). There are no PowerShell-specific commands or Windows-only tools mentioned, but the example and directory pathing implicitly prioritize Windows users and omit Linux parity.
Recommendations
  • Add a Linux/macOS example alongside the Windows example, e.g., --target-folder /tmp/logs.
  • Explicitly mention that the CLI commands work on both Windows and Linux/macOS, and provide guidance for path formatting on each OS.
  • Consider alternating the order of examples or presenting both OS options together to avoid implicit prioritization.
  • If relevant, note any OS-specific considerations for file permissions or CLI usage.
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