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:
Summary:
The documentation presents both Windows and Linux default values in a configuration table, but consistently lists Windows first. There are no explicit Windows-only tools, commands, or examples, and all configuration examples use the cross-platform Azure CLI. However, the ordering of Windows before Linux in the table and in the note about unsupported features ("App Service on Windows does not support DNS resolution over TCP") subtly prioritizes Windows. There are no missing Linux examples, but Linux is always mentioned second.
Recommendations:
- Alternate the order of Windows and Linux in tables and explanations, or use alphabetical order (Linux, Windows) to avoid implicit prioritization.
- Where possible, provide parity in notes and limitations (e.g., if a limitation is Windows-only, clarify if Linux has similar or different behavior).
- Explicitly state that all CLI examples are cross-platform to reinforce parity.
- Consider adding a brief section summarizing any platform-specific differences, rather than embedding Windows-first details throughout.
Create pull request