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
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a moderate Windows bias. While disk initialization is covered for both Windows and Linux, all cleanup scripts for stale Site Recovery configurations are provided only as PowerShell (.ps1) scripts, with no mention of Bash, Azure CLI, or Linux-native alternatives. The instructions for running these scripts assume a Windows environment and PowerShell usage, creating friction for Linux/macOS users who may not have access to PowerShell or prefer native tools.
Recommendations
  • Provide equivalent cleanup scripts in Bash or Azure CLI for Linux/macOS users.
  • Explicitly mention how Linux/macOS users can run the PowerShell script (e.g., via PowerShell Core on Linux, or provide step-by-step instructions for installation).
  • List both Windows and Linux approaches side by side for all tasks involving scripting or command-line operations.
  • Where possible, use cross-platform Azure CLI commands instead of PowerShell-only scripts.
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

Flagged Code Snippets