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 shows a mild Windows bias by listing Windows-specific tools (Visual Studio) as a prerequisite and mentioning 'cmd, PowerShell, or Bash' in that order, with PowerShell used in the package installation example. There are no Linux-specific instructions or examples, and the documentation assumes familiarity with Windows development patterns.
Recommendations:
  • List cross-platform IDEs or editors (e.g., VS Code, JetBrains Rider) alongside Visual Studio in prerequisites, or clarify that Visual Studio is optional.
  • When referencing terminal usage, alternate the order (e.g., 'Bash, PowerShell, or cmd') or explicitly state that all commands work on Windows, Linux, and macOS.
  • Use generic shell prompts (e.g., $ or #) for command-line examples, or provide both PowerShell and Bash/zsh equivalents where relevant.
  • Explicitly mention that the .NET SDK and Azure CLI are cross-platform and provide links or notes for Linux/macOS installation where appropriate.
  • Include troubleshooting notes or links for Linux/macOS users, especially for common issues (e.g., file permissions, path differences).
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