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
⚠️ windows_first
Summary:
The documentation consistently uses PowerShell syntax (e.g., 'npm install ...' and 'npm run build' in PowerShell code blocks) for all command-line examples, which may imply a Windows-first or Windows-only development environment. There are no explicit Linux or macOS shell examples, and no mention of cross-platform command-line usage or differences.
Recommendations:
  • Use generic shell (sh, bash) code blocks for npm and CLI commands instead of PowerShell, unless a Windows-specific command is required.
  • Add a note clarifying that all npm commands work on Windows, Linux, and macOS, and that the examples are cross-platform.
  • If platform-specific differences exist (e.g., file paths, environment variables), provide both Windows and Linux/macOS examples.
  • Avoid using PowerShell-specific code block annotations unless demonstrating PowerShell-specific functionality.
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-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets