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
⚠️ powershell_heavy
Summary:
The documentation presents deployment instructions with PowerShell examples before Azure CLI, and uses PowerShell-specific syntax and variables (e.g., $templateFile) in explanations. While Azure CLI is included, there is a subtle preference for Windows/PowerShell workflows, and no explicit mention of Linux or Bash environments. The 'Verify deployment' and 'Clean up resources' sections focus on the Azure Portal, which is cross-platform, but do not provide command-line alternatives for Linux users.
Recommendations:
  • Present Azure CLI (cross-platform) examples before PowerShell to avoid implicit Windows-first bias.
  • Include Bash/Linux shell variable examples (e.g., templateFile=...) alongside PowerShell variable usage.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide installation links for all platforms.
  • Where possible, provide command-line alternatives (e.g., az group delete) for resource cleanup, not just portal instructions.
  • Use neutral variable syntax in explanations (e.g., <template-file-path>) instead of PowerShell-specific variables like $templateFile.
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 addstorage ` -ResourceGroupName myResourceGroup ` -TemplateFile $templateFile