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
⚠️
windows_examples
⚠️
uneven_linux_examples
Summary:
The documentation provides both Linux and Windows examples for basic App Service deployments, but Windows examples are often listed before Linux ones and there are more Windows-specific templates (e.g., Windows container, Windows with MySQL/PostgreSQL) than Linux equivalents. Some resource integrations (like database connections) are split into separate Linux and Windows sections, but the general 'App with connected resources' section defaults to Windows. There are no explicit PowerShell or Windows tool biases, but the ordering and coverage favor Windows scenarios.
Recommendations:
- Ensure Linux and Windows examples are presented with equal prominence, alternating their order or grouping them together.
- Add Linux equivalents for all Windows-specific templates, such as Linux container app templates and Linux app with Azure SQL Database.
- Combine 'App with connected resources' into a unified section with both Linux and Windows examples side by side.
- Clearly label which templates are for Linux and which are for Windows in all sections.
- Review for parity in advanced scenarios (e.g., deployment slots, VNet integration, App Service Environment) to ensure Linux is equally represented.
Create pull request