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
⚠️
windows_tools
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation is heavily focused on Windows environments, specifically Azure App Service on Windows with iisnode. All configuration and troubleshooting steps are tailored to Windows, referencing Windows-specific tools (e.g., iisnode, web.config, named pipes, Win32 error codes, Kudu CMD/PowerShell). There are no Linux or cross-platform examples, and Linux equivalents for configuration, logging, or debugging are not mentioned.
Recommendations:
- Add equivalent sections or links for Node.js on Azure App Service Linux, including best practices and troubleshooting steps.
- Provide Linux-based configuration and troubleshooting examples, such as using PM2, NGINX, or Linux file paths.
- Include Linux shell (bash) commands and screenshots for common tasks (e.g., installing profiler tools, accessing logs).
- Reference Linux-specific error logs and diagnostic tools (e.g., /var/log, journalctl) where appropriate.
- Clearly indicate at the start of the document that the content is Windows-specific, and provide a link to Linux-focused documentation if available.
Create pull request