Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by listing PowerShell examples before Azure CLI examples in the 'Get started with SAS' section, and by referencing PowerShell and the Azure portal as primary tools for generating SAS tokens. There is a lack of explicit Linux shell (bash) or cross-platform command-line examples, and PowerShell is highlighted before CLI, which is more platform-neutral. No Linux-specific tools or patterns are mentioned, and the documentation does not provide parity for Linux users in terms of example ordering or tool coverage.
Recommendations
- Ensure Azure CLI examples are listed before or alongside PowerShell examples, as CLI is available on both Windows and Linux.
- Add explicit bash/shell examples for SAS creation and usage, especially in the 'Get started with SAS' section.
- Reference cross-platform tools (such as AzCopy, Azure CLI) before Windows-specific tools (PowerShell, portal) when discussing SAS generation.
- Include notes or sections on how Linux users can perform equivalent operations, and clarify that Azure CLI and SDKs are platform-neutral.
- Review all example links and ensure Linux parity in documentation coverage and ordering.
Create Pull Request