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
⚠️ windows_tools
Summary:
The documentation demonstrates a Windows bias by referencing Windows-specific UI actions (e.g., 'Right click', 'click Save'), using tooling and patterns familiar to Windows users (such as SQL Server Management Studio paradigms and ADO.NET connection strings), and omitting explicit Linux or cross-platform command-line instructions. There are no Linux-specific examples, terminal commands, or guidance for users developing or deploying from Linux environments. The documentation assumes a GUI-based workflow and does not mention or show parity for Linux users, despite the 'linux-related-content' tag.
Recommendations:
  • Include Linux-specific or cross-platform instructions for all steps, such as using the dotnet CLI, VS Code, or command-line editors instead of GUI actions like 'Right click'.
  • Provide examples for connecting to Azure SQL from Linux environments, including using the Azure CLI, sqlcmd, or Data Studio on Linux.
  • When referencing connection strings or authentication, clarify how to obtain and use these on Linux (e.g., environment variables, .NET user secrets, or Key Vault integration).
  • Add explicit Linux terminal commands for package installation, file creation, and deployment steps.
  • Avoid Windows-centric language (e.g., 'click Save') or provide alternative instructions for Linux users.
  • Highlight any cross-platform tools (like Azure Data Studio or VS Code) and show their usage on Linux.
  • If using code snippets that assume Windows file paths or conventions, provide Linux equivalents.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ❌ Biased
2025-08-16 00:00 #82 in_progress ❌ Biased
2025-08-15 00:01 #81 in_progress ❌ Biased
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-13 21:25 #47 cancelled ✅ Clean
2025-07-13 20:48 #44 cancelled ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets