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 Windows bias by exclusively referencing PowerShell cmdlets (Get-AzAutomationAccount, Set-AzAutomationAccount) for checking and configuring local authentication, with no equivalent CLI, Bash, or Linux-native examples. The use of PowerShell is assumed throughout, and there is no mention of Azure CLI or REST API usage from Linux environments. Windows tools and patterns are presented as the default or only method, and Linux alternatives are not discussed.
Recommendations
  • Provide Azure CLI examples (az automation account show/update) for checking and setting the DisableLocalAuth property, alongside PowerShell.
  • Include REST API curl examples that can be run from Linux/macOS terminals.
  • Explicitly mention that these operations can be performed from any platform, not just Windows.
  • Balance the order of examples so that Linux-friendly tools (CLI, REST) are presented before or alongside PowerShell.
  • Clarify any platform-specific limitations or considerations, if present.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean
2025-07-09 23:22 #6 cancelled Clean Clean