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 bias by specifying Windows as the operating system for the App Service deployment and omitting any Linux-based deployment options or examples. The runtime stack is set to .NET 6 (LTS), and the OS is explicitly set to Windows, with no mention of Linux alternatives. There are no CLI, PowerShell, or Bash script examples, but the step-by-step instructions are all portal-based and default to Windows where an OS choice is relevant. No Linux tools, patterns, or parity guidance are provided.
Recommendations:
  • When specifying App Service deployment, include both Windows and Linux as supported OS options, and provide instructions for both.
  • Where a runtime stack is chosen (e.g., .NET 6), mention that it is available on both Windows and Linux, and show how to select either.
  • Add a note or section for deploying the solution using Azure CLI or ARM/Bicep templates, which are cross-platform and do not assume a Windows environment.
  • Explicitly mention that the steps are applicable to both Windows and Linux App Service plans, and highlight any differences.
  • If Visual Studio Code is recommended, clarify that it is cross-platform and provide links or notes for Linux users.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased