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
⚠️ powershell_heavy
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation demonstrates a Windows bias by referencing Windows-specific paths (e.g., %HOME%\site), using Windows-centric terminology (such as Kudu and FTP credentials), and prioritizing PowerShell and portal-based workflows. There is a lack of explicit Linux or cross-platform command-line examples, and no mention of Linux-specific tools or patterns. The only scripting example linked in 'Next steps' is PowerShell-based, and there are no Azure CLI or Bash examples provided.
Recommendations:
  • Provide equivalent Linux/Bash command-line examples alongside PowerShell, especially for backup/restore and resource creation.
  • Reference cross-platform tools (e.g., Azure CLI) before or alongside PowerShell in all procedural sections.
  • Replace or supplement Windows-specific paths (e.g., %HOME%\site) with their Linux equivalents (e.g., $HOME/site or /home/site) and clarify that these paths are platform-dependent.
  • Include links to Linux-friendly documentation (e.g., Azure CLI, Bash scripting) in the 'Next steps' section.
  • Mention and provide examples for using SFTP or other Linux-native file transfer methods where FTP/Kudu is referenced.
  • Ensure that all configuration and troubleshooting steps are platform-agnostic or provide both Windows and Linux variants.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased