Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits a mild Windows bias. It mentions Azure PowerShell as the primary example of a tool for creating storage tasks, with Azure CLI listed as a secondary option. There are no explicit Linux or cross-platform command-line examples, nor references to Linux-native tools or scripting patterns. The preview functionality is described as available in PowerShell, Azure CLI, and SDKs, but the easiest method is stated to be via the Azure portal, which is platform-agnostic. No Linux-specific instructions or examples are provided.
Recommendations
- Provide explicit examples using Azure CLI commands, especially for condition creation and preview, to demonstrate Linux parity.
- Mention cross-platform compatibility of Azure CLI and SDKs, and clarify that these tools work on Linux, macOS, and Windows.
- Include references to Linux shell scripting (e.g., Bash) where relevant, and offer sample scripts for common tasks.
- Avoid listing Windows tools (e.g., PowerShell) before cross-platform alternatives unless there is a technical reason.
- Add a section or note highlighting how Linux users can perform all described actions using CLI or SDKs.
Create Pull Request