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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by consistently using 'Windows Azure Platform' terminology, referencing 'Windows' in provider selection, and providing only Azure Portal (GUI) instructions with screenshots from a Windows environment. There are no examples or instructions for Linux users, such as using Azure CLI, PowerShell Core (cross-platform), or REST APIs, nor are there references to Linux tools or command-line workflows. The documentation assumes a GUI/Windows-centric workflow throughout.
Recommendations:
- Provide equivalent step-by-step instructions for Linux users, including how to create and manage Azure Storage accounts using the Azure CLI (az), Bash scripts, or REST API.
- Include command-line examples for credential management and storage configuration that work on both Linux and Windows.
- Use neutral terminology such as 'Azure Platform' instead of 'Windows Azure Platform' when referring to cloud provider options.
- Add screenshots or terminal outputs from Linux environments where applicable.
- Explicitly mention that the procedures are platform-agnostic where possible, or provide separate sections for Windows (GUI/PowerShell) and Linux (CLI/Bash) workflows.
- Reference cross-platform tools (e.g., Azure CLI, PowerShell Core) rather than only Windows-specific tools or interfaces.
Create pull request