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 demonstrates a Windows bias by providing detailed Windows-specific path mappings and terminology (e.g., D: drive, C: drive) before or instead of Linux equivalents. The table of data paths is Windows-centric, and there are no explicit Linux path examples or Linux-specific code snippets. The documentation refers to Windows patterns and tools (drive letters, Windows directory structure) without providing parallel Linux information.
Recommendations:
- Add a table or section that explicitly lists the Linux host and container paths for each Azure Batch data path, similar to the Windows mapping.
- Include Linux-specific examples in both the REST API and SDK/C# code snippets, showing Linux-style paths and usage.
- Present Linux and Windows instructions/examples in parallel, or clearly separate them with tabs or headings, to ensure parity.
- Avoid using Windows-specific terminology (like D: drive) without also providing the Linux equivalent (e.g., /mnt/batch/tasks).
- Clarify any differences in behavior or configuration between Windows and Linux nodes, and provide guidance for both.
Create pull request