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

Bias Types:
⚠️ windows_first
Summary:
The documentation presents both Azure PowerShell and Azure CLI examples for deploying ARM templates, but the PowerShell example is listed first. There are no Linux-specific instructions, but the CLI example is cross-platform. There is a slight 'windows_first' bias due to ordering, but no exclusive use of Windows tools or missing Linux examples.
Recommendations:
  • Alternate the order of PowerShell and Azure CLI examples in tutorials, or explicitly state that Azure CLI is cross-platform and suitable for Linux/macOS users.
  • Add a note clarifying that Azure CLI commands work on Windows, Linux, and macOS.
  • Where possible, include terminal screenshots or instructions that reflect both Windows and Linux environments (e.g., file path formats, shell differences).
  • Ensure that references to prerequisites or setup steps (such as installing Azure CLI) include links or notes for Linux/macOS users.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets

New-AzResourceGroupDeployment ` -Name addlocationparameter ` -ResourceGroupName myResourceGroup ` -TemplateFile $templateFile ` -storageName "{new-unique-name}"