Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias. In the 'Get started with SAS' section, PowerShell is listed as the first method for creating a user delegation SAS, and there is no mention of Bash or Linux shell scripting. While Azure CLI is included, it is listed after PowerShell. There are no explicit Linux-specific examples or references to Linux-native tools, and the only command-line examples referenced are PowerShell and Azure CLI, both of which are often associated with Windows environments. There are no explicit examples or guidance for Linux users or for using Bash scripts.
Recommendations
- Add Linux/Bash-specific examples for generating SAS tokens, especially in the 'Get started with SAS' section.
- List Azure CLI examples before PowerShell, as Azure CLI is cross-platform and more commonly used on Linux.
- Include references to Linux-native tools (such as Bash scripting or curl) where appropriate.
- Ensure parity by providing explicit instructions or links for both Windows and Linux users in all example sections.
- Consider adding a short section or note highlighting that all operations can be performed on Linux, and provide links to relevant Linux documentation.
Create Pull Request