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 prioritizing and exclusively referencing Windows-centric tools and workflows, such as PowerShell and Visual Studio, for deployment and migration tasks. There are no explicit Linux or cross-platform CLI examples provided, and Windows tools are mentioned before or instead of their Linux equivalents. This may hinder Linux users from easily following the migration process.
Recommendations
  • Include Azure CLI examples alongside PowerShell for all command-line operations, especially for resource provider registration and status checks.
  • Mention cross-platform tools (such as Azure CLI and VS Code) before or alongside Windows-specific tools like PowerShell and Visual Studio.
  • Provide explicit Linux/macOS instructions or notes where workflows differ, ensuring parity for non-Windows users.
  • Where possible, use neutral language (e.g., 'command-line' instead of 'PowerShell') and link to both Windows and Linux tool documentation.
  • Add a section or callout highlighting cross-platform support and any OS-specific considerations for migration.
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

    Get-AzResourceProvider -ProviderNamespace Microsoft.ClassicInfrastructureMigrate 
    
    Register-AzResourceProvider -ProviderNamespace Microsoft.ClassicInfrastructureMigrate