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
powershell_heavy
windows_tools
Summary
The documentation presents PowerShell examples before Azure CLI, and the PowerShell examples use Windows-style file paths (e.g., c:\MyTemplates\azuredeploy.json). There are no explicit Linux shell or Bash examples, and the use of PowerShell as the first example and Windows file paths may signal a Windows-centric approach.
Recommendations
  • Alternate the order of PowerShell and Azure CLI sections, or present Azure CLI (cross-platform) examples first to avoid the impression of Windows-first bias.
  • In PowerShell examples, use environment-agnostic file paths or provide both Windows and Linux path examples.
  • Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS, and consider adding Bash shell examples or notes for Linux users.
  • Where appropriate, add notes or examples for Linux-specific considerations (such as file path formats or shell syntax differences).
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

To redeploy a specific deployment, use the `-RollBackDeploymentName` parameter and provide the name of the deployment. The specified deployment must have succeeded.