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 page demonstrates a Windows bias by referencing Windows-specific tools and patterns (such as web.config and iisnode) without providing equivalent Linux guidance or examples. Linux-specific configuration methods are not mentioned in sections where Windows approaches are described, and Windows tools are referenced first or exclusively.
Recommendations:
- For features like auto-healing, provide Linux-specific configuration instructions (e.g., using application settings or startup scripts) alongside or before mentioning web.config.
- When referencing iisnode or web.config for Node.js apps, include guidance for Linux-based App Service plans, such as using PM2, environment variables, or other process managers.
- Ensure that all examples and troubleshooting steps are provided for both Windows and Linux environments, or clearly indicate when a feature is platform-specific.
- Where possible, use cross-platform terminology and tools, or provide parallel instructions for both operating systems.
- Add explicit Linux configuration examples for common scenarios (e.g., memory/CPU troubleshooting, process management) to achieve parity.
Create pull request