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
windows_first
Summary
The documentation presents both PowerShell and Azure CLI examples for deploying ARM templates, but the PowerShell (Windows-centric) example is listed first. There is no explicit Linux bias, but the ordering may subtly prioritize Windows users. No exclusive use of Windows tools or missing Linux examples were found, as Azure CLI is cross-platform and included.
Recommendations
  • Alternate the order of PowerShell and Azure CLI examples across tutorials, or present Azure CLI first as it is cross-platform.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows.
  • If possible, add a short note or section for Linux/macOS users, confirming parity and pointing to any OS-specific considerations.
  • Ensure all references to tools (such as Visual Studio Code) clarify their cross-platform availability.
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

New-AzResourceGroupDeployment `
  -Name addoutputs `
  -ResourceGroupName myResourceGroup `
  -TemplateFile $templateFile `
  -storagePrefix "store" `
  -storageSKU Standard_LRS