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
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation page demonstrates a Windows bias in its troubleshooting section by providing only Windows command prompt examples (e.g., 'C:\>nslookup', 'C:\psping'), referencing Windows-style paths (e.g., 'C:\home\site\wwwroot'), and omitting equivalent Linux/Bash commands and file paths. There are no Linux or cross-platform command-line examples, and the tools mentioned (psping, tcpping) are Windows-centric. The main deployment instructions focus on Azure Portal and Visual Studio Code, which are cross-platform, but the troubleshooting guidance assumes a Windows environment.
Recommendations:
  • Provide equivalent Linux/Bash command examples for troubleshooting steps (e.g., 'nslookup', 'dig', 'ping', 'nc' or 'curl' for port checks).
  • Include Linux-style file paths (e.g., '/home/site/wwwroot') alongside Windows paths in error messages and troubleshooting.
  • Mention cross-platform or Linux-native tools (e.g., 'nc' or 'nmap' instead of 'psping') for network connectivity testing.
  • Explicitly state that the troubleshooting steps apply to both Windows and Linux VMs, and provide command examples for both.
  • Where possible, use environment-agnostic language and tools to ensure parity for Linux users.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased