Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by listing PowerShell as the first example for creating a user delegation SAS, while Linux-native tools (such as Bash or shell scripting) are absent. The Azure CLI example is present, but not prioritized, and there are no explicit Linux shell or Bash examples. Additionally, references to generating SAS tokens mention PowerShell and the Azure portal before the Azure CLI, which is more cross-platform. There is no mention of Linux-specific patterns, nor are Linux command-line tools (e.g., Bash, curl, or shell scripting) included in the 'Get started with SAS' section.
Recommendations
- Add explicit Bash or shell script examples for generating SAS tokens, especially in the 'Get started with SAS' section.
- Prioritize Azure CLI examples before PowerShell, or present them together to emphasize cross-platform support.
- Mention Linux-native tools (e.g., curl, wget) where relevant, especially for REST API usage.
- Ensure that instructions and examples are clearly marked as cross-platform where possible, and avoid implying PowerShell is the default or preferred method.
- Include notes or links for Linux users on installing and using Azure CLI and SDKs.
Create Pull Request