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.
Create pull request