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
⚠️ missing_linux_example
Summary:
The documentation demonstrates a Windows-first bias by referencing Visual Studio (a Windows-centric IDE) before Visual Studio Code in prerequisites and usage instructions. There are no explicit Linux-specific instructions or examples, such as using Linux-native editors, command-line tools, or deployment steps. The documentation does not mention or provide guidance for running the sample on Linux, nor does it address potential platform-specific issues (e.g., file permissions, path length limits, HTTPS certificates).
Recommendations:
  • Provide explicit instructions for running the sample on Linux, including installation of .NET SDK and use of Linux-native editors (e.g., Vim, Emacs, JetBrains Rider) or command-line tools.
  • Include Linux-specific notes for common issues, such as HTTPS certificate trust, file permissions, and path length differences.
  • Balance the order of presentation: mention Visual Studio Code (cross-platform) before Visual Studio, or present both options in parallel.
  • Add Linux and macOS terminal commands for building and running the sample (e.g., using `dotnet run`), not just references to IDEs.
  • Clarify that the sample is cross-platform and provide troubleshooting tips for non-Windows environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-12 00:00 #109 completed ❌ Biased
2025-09-11 00:00 #108 completed ❌ Biased
2025-09-10 00:00 #107 completed ❌ Biased
2025-09-09 00:00 #106 completed ❌ Biased
2025-08-13 00:00 #79 in_progress ❌ Biased
2025-07-13 21:11 #45 cancelled ❌ Biased
2025-07-13 20:48 #44 cancelled ❌ Biased
2025-07-13 20:32 #43 cancelled ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets