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
⚠️ missing_linux_example
Summary:
The documentation shows some Windows bias, primarily by referencing Windows before Linux in the prerequisites, using PowerShell-based includes for resource group creation, and not providing explicit Linux/macOS shell examples for Azure CLI or resource management steps. While the main code samples are cross-platform (Node.js/TypeScript), setup and resource management instructions lean towards Windows/PowerShell without ensuring parity for Linux users.
Recommendations:
  • Provide explicit Azure CLI examples alongside or instead of PowerShell for resource group creation and provider registration, as Azure CLI is cross-platform.
  • When referencing prerequisites, list operating systems in a neutral or alphabetical order (e.g., 'Windows, Linux, or macOS') and ensure all steps are validated on each platform.
  • If using includes that are PowerShell-specific, add parallel includes or inline instructions for Bash/shell environments.
  • Clarify that all terminal commands (npm, tsc, node) work identically on Linux/macOS, and add notes or troubleshooting tips for common platform-specific issues.
  • Consider adding a section or callout for Linux/macOS users if any step differs or requires adaptation.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
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

Flagged Code Snippets