This page contains Windows bias

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 demonstrates a moderate Windows bias. Windows examples and terminology (such as IISNode, web.config, and PowerShell) are often presented first or exclusively, while Linux equivalents are sometimes less detailed or appear later. Some troubleshooting and configuration sections focus on Windows-specific tools or patterns (e.g., web.config, IISNode) without always providing Linux alternatives or parity in explanation. The Application Insights instrumentation section references PowerShell for automation but does not mention Bash or Linux CLI alternatives.
Recommendations:
  • Ensure that for every Windows-specific example (such as web.config, IISNode, or PowerShell instructions), a Linux equivalent (e.g., nginx config, PM2, Bash/CLI instructions) is provided with equal prominence and detail.
  • Alternate the order of Windows and Linux pivots or present both platforms side-by-side to avoid the perception of Windows-first bias.
  • Where PowerShell is mentioned for automation (e.g., enabling Application Insights), provide Bash or Azure CLI examples for Linux users.
  • Expand troubleshooting sections to include Linux-specific issues and solutions, not just Windows (e.g., what to do if the app fails to start due to missing startup commands or permissions in Linux containers).
  • When referencing tools like IISNode or web.config, clarify that these are Windows-only and provide explicit Linux alternatives (such as PM2 configuration or startup command guidance).
  • Review all sections for parity in depth and clarity between Windows and Linux instructions, especially in advanced configuration and debugging scenarios.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-14 00:00 #111 completed ✅ Clean
2025-09-13 00:00 #110 completed ✅ Clean
2025-09-12 00:00 #109 completed ✅ Clean
2025-09-11 00:00 #108 completed ✅ Clean
2025-09-10 00:00 #107 completed ✅ Clean
2025-09-09 00:00 #106 completed ✅ Clean
2025-08-15 00:01 #81 in_progress ❌ Biased
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-13 21:25 #47 cancelled ✅ Clean
2025-07-13 20:48 #44 cancelled ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

::: zone-end ## Set Node.js version ::: zone pivot="platform-windows" To set your app to a [supported Node.js version](#show-nodejs-version), run the following command in the [Cloud Shell](https://shell.azure.com) to set `WEBSITE_NODE_DEFAULT_VERSION` to a supported version: