Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits mild Windows bias. In the 'Get started with SAS' section, PowerShell is listed first for user delegation SAS examples, and there is no Bash or Linux shell example provided. The only command-line examples are PowerShell (Windows-centric) and Azure CLI (cross-platform but not explicitly Linux/Bash-focused). There are no explicit Linux or Bash examples, nor are Linux tools or patterns mentioned. The note about generating SAS tokens references PowerShell and Azure CLI, but does not mention Bash or Linux-specific workflows.
Recommendations
- Add explicit Bash/Linux shell examples for creating SAS tokens, especially in the 'Get started with SAS' section.
- Ensure that Azure CLI examples are presented with Linux/Bash syntax (e.g., using environment variables, piping, etc.), and clarify cross-platform usage.
- Consider listing Azure CLI or Bash examples before PowerShell to avoid 'windows_first' ordering.
- Reference Linux tools (such as curl, jq, or AzCopy on Linux) where relevant, and provide guidance for Linux users.
- Add notes or links for Linux users on how to install and use Azure CLI and AzCopy on Linux systems.
Create Pull Request