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 consistently presenting Windows-centric tools and workflows, such as PowerShell and WinSCP, and by providing PowerShell examples alongside Azure CLI, but not Linux shell or SFTP examples. Windows tools (e.g., Visual Studio, WinSCP) are mentioned before or instead of cross-platform or Linux-native alternatives. There are no explicit Linux shell command examples or references to Linux FTP clients, and the documentation does not address Linux-specific usage patterns.
Recommendations:
- Add Linux shell command examples (e.g., using lftp, curl, or ftp) for connecting and deploying via FTP/S.
- Include Linux-native FTP/S clients (e.g., FileZilla, lftp, gFTP) alongside or before Windows tools like WinSCP and Visual Studio.
- Provide bash or shell script equivalents for PowerShell commands, especially for extracting FTP/S endpoints from Azure CLI output.
- Ensure that cross-platform tools and instructions are presented before or alongside Windows-specific tools.
- Mention SFTP (if supported) or clarify its status for Linux users, as it is a common secure file transfer method on Linux.
- Explicitly state that the instructions apply to both Windows and Linux, and highlight any OS-specific differences or considerations.
Create pull request