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
windows_first
Summary
The documentation page demonstrates a strong Windows bias, primarily through the exclusive use of PowerShell for command-line examples and migration scripts. All CLI instructions and automation scripts are written in PowerShell, with no Bash, Azure CLI, or Linux-native alternatives provided. The prerequisites and troubleshooting sections also reference PowerShell modules and patterns, and Windows/PowerShell tooling is mentioned before Terraform. There are no Linux or cross-platform command-line examples, and no mention of Azure CLI or Bash scripting for these operations.
Recommendations
  • Provide equivalent Azure CLI (az) examples for all PowerShell commands and scripts, ensuring Linux and macOS users can follow along without needing PowerShell.
  • Include Bash script samples for migration and validation steps, or at least show how to use Azure CLI in shell scripts.
  • Explicitly mention cross-platform support for all command-line operations, clarifying which methods work on Linux/macOS.
  • Reorder sections to present cross-platform or neutral tooling (e.g., Azure portal, Azure CLI, Terraform) before Windows-specific tools like PowerShell.
  • Add troubleshooting steps using Azure CLI, not just PowerShell.
  • Update prerequisites to mention Azure CLI as an alternative to PowerShell for users on Linux/macOS.
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