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_first
windows_tools
Summary
The documentation page demonstrates a Windows bias by providing detailed Azure PowerShell instructions and scripts for storing and deploying templates, with PowerShell presented first and in more depth. Windows-specific tools and patterns (e.g., PowerShell, Write-Host, Read-Host) are used exclusively for the storage/upload steps, while Linux/CLI equivalents are only shown for deployment and not for the full workflow. The Azure CLI example is presented after the PowerShell example, and there is no Bash or Linux shell script for the template upload/storage step, nor any mention of cross-platform differences in the PowerShell workflow.
Recommendations
  • Provide equivalent Azure CLI/Bash examples for all steps, including storing/uploading templates to storage accounts, not just deployment.
  • Present CLI/Bash examples before or alongside PowerShell examples to avoid Windows-first ordering.
  • Explicitly mention any platform-specific differences or requirements for both Windows and Linux/macOS users.
  • Avoid exclusive use of Windows tools (e.g., PowerShell) for critical workflow steps; ensure Linux users can follow along with native tools.
  • Add notes or links to cross-platform documentation for storage and deployment operations.
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-12 00:00 #243 cancelled 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
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets