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
⚠️ powershell_heavy
Summary:
The documentation is heavily oriented toward Windows and Visual Studio on Windows. All instructions, screenshots, and tooling references assume the user is on Windows, using Visual Studio, and deploying to Azure App Service (Windows). There are no examples or guidance for Linux users, alternative IDEs, or command-line workflows. PowerShell and Windows-specific tools (e.g., Package Manager Console, SQL Server Object Explorer) are used exclusively, with no mention of cross-platform or Linux alternatives.
Recommendations:
  • Provide parallel instructions for Linux users, including how to use VS Code or the .NET CLI for project management, publishing, and database migrations.
  • Include examples using Azure CLI and Bash for tasks such as database creation, managed identity configuration, and deployment.
  • Show how to deploy to Azure App Service (Linux) and highlight any differences or considerations.
  • Reference cross-platform tools (e.g., Azure Data Studio, sqlcmd for Linux/macOS) instead of or in addition to Windows-only tools like SQL Server Object Explorer.
  • Add notes or sections for Mac users, especially regarding prerequisites and environment setup.
  • Ensure screenshots and UI instructions are not exclusively tied to Visual Studio on Windows.
GitHub Create pull request

Scan History

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

Flagged Code Snippets

Install-Package Microsoft.Data.SqlClient Install-Package Microsoft.EntityFramework.SqlServer
Update-Database
Add-Migration AddProperty
Enable-Migrations