Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Windows First
Summary
The documentation page shows some Windows bias. PowerShell modules are mentioned as a sample for programmatic import, with explicit reference to PowerShell 5 for Linux, macOS, or Windows, but no equivalent Linux shell or scripting examples (e.g., Bash scripts) are provided. Windows-centric tools (PowerShell, Storage Explorer) are referenced, and PowerShell syntax differences are explained before any Linux-specific scripting alternatives. While the Azure CLI examples use Bash and mention Cloud Shell, the programmatic section highlights PowerShell modules and does not offer parity with Linux-native scripting. Additionally, Storage Explorer is a GUI tool primarily used on Windows, and is mentioned before CLI alternatives like AzCopy.
Recommendations
- Provide Bash or Python script examples for programmatic import, alongside PowerShell modules.
- Mention AzCopy CLI before Storage Explorer as a cross-platform tool for uploading large files.
- Include references to Linux-native tools and scripting patterns in the 'Import using the Device Update APIs' section.
- Clarify that PowerShell is available cross-platform, but also offer alternatives for users who prefer Bash or other shells.
- Ensure that any tool or example mentioned for Windows has a Linux equivalent presented with equal prominence.