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 page provides Terraform samples for Azure App Service, but the listed examples are exclusively focused on Windows-based App Service scenarios. There are no examples for Linux-based App Service deployments, and the scripts specifically mention 'Windows web app' and 'Windows container app' without Linux equivalents.
Recommendations:
- Add Terraform sample scripts for creating and managing Linux-based App Service apps.
- Ensure that for every Windows-specific example, there is a parallel Linux example (e.g., 'Create an Azure Linux web app with a backup').
- Explicitly mention both Windows and Linux options in script descriptions and titles where applicable.
- Consider a table structure that clearly distinguishes between Windows and Linux scenarios to help users find relevant samples for their platform.
Create pull request