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 is heavily focused on deploying Windows containers, with all examples, variables, and instructions referencing Windows-specific images, pools, and App Service types. There are no examples or guidance for deploying Linux containers, and the use of 'windows-latest' as the default agent pool and 'webAppHyperVContainer' as the app type further reinforce a Windows-centric approach. Linux equivalents and cross-platform options are not mentioned or demonstrated.
Recommendations:
  • Add parallel examples and instructions for deploying Linux containers, including YAML snippets using 'ubuntu-latest' as the vmImage and 'webAppLinux' as the appType.
  • Explicitly mention that Azure App Service supports both Windows and Linux containers, and provide guidance for choosing between them.
  • Include a section or callout explaining differences in deployment steps, variables, and supported features between Windows and Linux container deployments.
  • Ensure that all variable and task names are platform-agnostic or provide both Windows and Linux variants.
  • Consider restructuring the documentation to present both Windows and Linux options side-by-side, or provide a platform selection at the beginning.
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 ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets