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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation exclusively uses PowerShell and Windows-centric tools and APIs (such as System.Net.FtpWebRequest), with no mention of Linux or cross-platform alternatives. All examples and cleanup instructions are provided only in PowerShell, and there are no Bash, Azure CLI, or Linux-native FTP tool examples. The focus on PowerShell and Windows APIs may make it less accessible or relevant for Linux users.
Recommendations:
- Add equivalent Bash/Azure CLI examples for creating resources and uploading files via FTP, using common Linux tools such as curl, lftp, or ftp.
- Include instructions for installing and using Azure CLI, which is cross-platform, alongside PowerShell.
- Reference Linux-native FTP tools and provide sample scripts for Linux/macOS environments.
- Structure the documentation to present both Windows (PowerShell) and Linux (Bash/CLI) approaches, or clearly indicate platform-specific sections.
- Avoid exclusive reliance on Windows APIs (like System.Net.FtpWebRequest) and mention cross-platform alternatives where possible.
Create pull request