About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation shows evidence of Windows bias primarily through the exclusive mention and linking of Azure Storage Explorer with a Windows-specific tab for generating SAS tokens, without providing equivalent Linux or cross-platform alternatives. There are no Linux-specific instructions or examples for uploading files or generating SAS tokens, and the only tool mentioned for these tasks is Storage Explorer, which is often associated with Windows workflows. All command-line examples use Azure CLI, which is cross-platform, but GUI instructions and links are Windows-centric.
Recommendations:
- Include instructions and examples for uploading files and generating SAS tokens using cross-platform command-line tools such as Azure CLI or azcopy, not just Azure Storage Explorer.
- When referencing Azure Storage Explorer, clarify its cross-platform availability and provide Linux/macOS-specific instructions or screenshots where applicable.
- Avoid linking directly to Windows-specific tabs or instructions; instead, provide parallel steps for Linux and macOS users.
- Explicitly mention that all Azure CLI commands work on Linux, macOS, and Windows, and provide any OS-specific notes if needed.
- Consider adding a section or callout for Linux/macOS users to ensure parity and inclusivity.
Create pull request