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:
⚠️ powershell_heavy
⚠️ missing_linux_example
⚠️ windows_tools
⚠️ windows_first
Summary:
The documentation page demonstrates a clear Windows bias by exclusively using Azure PowerShell for deployment instructions, referencing Windows-style file paths (e.g., C:\MyTemplates\azuredeploy.json), and omitting any CLI or Bash/Linux-based examples. There is no mention of Azure CLI, Bash, or cross-platform alternatives, and the only automation example provided is specific to Windows environments.
Recommendations:
  • Add equivalent Azure CLI examples for deploying ARM templates, which are cross-platform and widely used on Linux and macOS.
  • Include Bash shell commands and use POSIX-style file paths (e.g., ~/MyTemplates/azuredeploy.json) alongside Windows paths.
  • Explicitly mention that the steps can be performed on any OS, and provide links to both PowerShell and CLI documentation.
  • Reorder or parallelize instructions so that Windows and Linux/macOS users see their options presented equally, rather than Windows-first.
  • Where possible, use neutral language and tooling (e.g., 'use your preferred shell or CLI') to avoid implying Windows is the default or only supported environment.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased