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_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page shows subtle Windows bias by referencing Windows-specific tools (such as web.config and iisnode) without providing equivalent Linux alternatives or explanations. Some configuration and troubleshooting guidance assumes a Windows-based environment, and Linux-specific instructions are either missing or mentioned only as an aside.
Recommendations:
- For features like auto-healing, provide Linux-native configuration options (e.g., app settings, environment variables, or Linux-specific config files) alongside web.config guidance.
- When referencing iisnode or web.config for Node.js apps, include information about how to configure these settings in Linux containers or App Service for Linux, such as using PM2 or environment variables.
- Ensure that all examples and troubleshooting steps are presented for both Windows and Linux environments, or clarify when a feature is Windows-only.
- Where Windows tools or patterns are mentioned, explicitly provide Linux equivalents and place them with equal prominence in the documentation.
- Audit the documentation for other implicit Windows assumptions and address them to ensure Linux users have clear, actionable guidance.
Create pull request