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 page demonstrates a Windows bias by providing command-line examples and environment variable usage in Windows syntax (e.g., 'set' for variables, Windows file paths like C:\Temp\input.txt), and by recommending Windows-specific approaches (such as using input files with Windows paths). There are no Linux/macOS equivalents for environment variables, file paths, or alternative tools, and the only file upload tool mentioned by name is AzCopy, which is Windows-centric.
Recommendations:
- Provide parallel Linux/macOS examples for all command-line snippets, including environment variable setting (e.g., 'export clustername=CLUSTERNAME') and file paths (e.g., '/tmp/input.txt').
- When referencing input files, show both Windows (C:\Temp\input.txt) and Linux (/tmp/input.txt) path formats.
- Mention and provide examples for Linux-native tools for file upload (such as 'Azure CLI', 'hadoop fs', or 'scp'), not just AzCopy.
- Avoid language that recommends a Windows-specific approach as the default; instead, offer platform-neutral guidance or dual instructions.
- Explicitly state that the examples are shown for Windows and provide equivalent commands for Linux/macOS users.
Create pull request