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
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing Windows PowerShell commands (e.g., Get-AzRole) as the only CLI example for checking role status, and by listing PowerShell and Visual Studio (both Windows-centric tools) as primary deployment options. There are no explicit Linux or cross-platform CLI examples (such as Azure CLI), and Windows tools are mentioned before or instead of Linux alternatives.
Recommendations
  • Include Azure CLI examples alongside or instead of PowerShell commands for checking role status and performing deployment operations, as Azure CLI is cross-platform.
  • List deployment options in a more platform-neutral order, e.g., 'Azure portal, Azure CLI, ARM template, PowerShell, Visual Studio'.
  • Explicitly mention that PowerShell and Visual Studio are Windows-centric, and provide equivalent instructions for Linux/macOS users.
  • Where possible, provide screenshots or walkthroughs using cross-platform tools (Azure CLI, portal) rather than only Windows-based tools.
  • Add a note or section clarifying tool/platform compatibility for all mentioned deployment and management methods.
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

Flagged Code Snippets