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 exclusively demonstrates deploying App Service on Windows, using only azurerm_service_plan with os_type set to 'Windows' and azurerm_windows_web_app resources. There are no examples or mentions of Linux-based App Service plans or azurerm_linux_web_app resources, nor any guidance for Linux users. This creates a Windows-centric bias and omits Linux parity for users who may wish to deploy Linux-based web apps.
Recommendations:
- Add parallel examples for deploying Linux-based App Service plans using os_type = 'Linux' and azurerm_linux_web_app resources.
- Explicitly mention that both Windows and Linux App Service plans are supported, and provide guidance or links for Linux scenarios.
- Where possible, use neutral naming (e.g., azurerm_app_service_plan and azurerm_web_app) or show both Windows and Linux resource blocks to illustrate cross-platform support.
- Clarify any differences in configuration or prerequisites between Windows and Linux App Service deployments.
Create pull request