Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides examples for enabling and disabling SFTP support in Azure Blob Storage using the Azure Portal, PowerShell, and Azure CLI. PowerShell examples are given equal prominence to Azure CLI, but PowerShell is a Windows-centric tool, and its tab appears before the Azure CLI tab, which is more cross-platform. There are no explicit Linux shell or Bash examples, and no mention of Linux-specific tools or workflows. The documentation does not reference Windows-only tools outside of PowerShell, but the ordering and inclusion of PowerShell may signal a slight Windows bias.
Recommendations
- List Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and more familiar to Linux/macOS users.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows.
- Consider adding Bash shell script examples or notes for Linux users, especially for automation scenarios.
- If referencing PowerShell, clarify that PowerShell Core is available cross-platform, or provide a note for Linux/macOS users.
- Ensure that any screenshots or UI references do not assume a Windows environment unless unavoidable.
Create Pull Request