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
minor_windows_tools
Summary
The documentation provides both Bash and PowerShell examples for all major steps, ensuring Linux and Windows parity in command-line instructions. However, PowerShell examples are consistently presented after Bash, and some PowerShell-specific details (such as base64 encoding and carriage return removal) are included. There are minor references to Windows tools (e.g., Out-File, [Convert]::ToBase64String) in PowerShell sections, but no critical steps are Windows-only. The workflow is fundamentally cross-platform, with no missing Linux examples or exclusive use of Windows tools.
Recommendations
  • Continue providing both Bash and PowerShell tabs for all command-line instructions.
  • Consider explicitly mentioning macOS compatibility where relevant (e.g., file encoding, carriage return handling).
  • Add a short note at the top clarifying that Bash examples work on Linux and macOS, and PowerShell examples work on Windows (and PowerShell Core on Linux/macOS).
  • Where file encoding is discussed, provide platform-agnostic instructions or reference common Linux/macOS editors (e.g., 'Use VS Code, nano, or vi to change encoding').
  • Ensure that any troubleshooting or advanced sections also include Bash/Linux instructions if PowerShell/Windows-specific tools are mentioned.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-18 00:00 #395 in_progress Biased Biased
2026-02-17 00:00 #391 in_progress Biased Biased
2026-02-16 00:00 #387 in_progress Biased Biased
2026-02-15 00:00 #383 in_progress Biased Biased
2026-02-14 00:00 #379 in_progress Biased Biased
2026-02-13 00:00 #375 in_progress Biased Biased
2026-02-12 00:00 #371 in_progress Clean Clean
2026-02-11 00:00 #367 in_progress Clean Clean
2026-02-10 00:00 #363 completed Clean Clean
2026-02-09 00:00 #359 completed Biased Biased
2026-02-08 00:00 #355 completed Clean Clean
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