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 generally aims for cross-platform parity, but there are subtle Windows biases. Windows-specific tools, patterns, and examples are sometimes mentioned first or exclusively. Some settings (e.g., WEBSITE_NODE_DEFAULT_VERSION) are marked as Windows-only, but Linux equivalents are not always referenced. PowerShell-specific settings are detailed, but similar depth is not always given for Linux shells or tools. In a few places, examples use Windows-style paths or environment variable syntax without Linux alternatives.
Recommendations:
  • For every Windows-specific setting or example (e.g., WEBSITE_NODE_DEFAULT_VERSION), explicitly mention the Linux equivalent or clarify if none exists.
  • When showing environment variable paths or syntax (e.g., %HOME%\typescript), provide the Linux alternative (e.g., $HOME/typescript) alongside.
  • Where PowerShell is referenced for automation, include Bash/Azure CLI equivalents for Linux users.
  • In sections discussing reserved characters in setting names (e.g., double-underscore vs. colon), provide explicit Linux and Windows examples for clarity.
  • Review all examples and ensure that both Windows and Linux paths, commands, and behaviors are shown where relevant.
  • If a feature or setting is not available on Linux, state this clearly and suggest alternatives if possible.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-09-07 00:00 #104 completed ✅ Clean
2025-08-07 00:00 #73 completed ❌ Biased
2025-08-06 00:00 #72 completed ❌ Biased
2025-08-05 00:00 #71 completed ❌ Biased
2025-08-04 00:00 #70 in_progress ❌ Biased
2025-08-03 00:00 #69 completed ❌ Biased
2025-08-02 00:00 #68 in_progress ❌ Biased
2025-07-23 00:00 #58 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets