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.
Create pull request