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 describing Windows-specific paths and behaviors first and in more detail, providing a detailed table of Windows host/container paths, and omitting equivalent Linux path mappings. There are no Linux-specific code or path examples, and the documentation references Windows drive letters and conventions exclusively in path tables.
Recommendations:
- Add a parallel table showing Linux host and container paths for each Azure Batch data path, using Linux filesystem conventions (e.g., /mnt/batch/tasks/applications).
- Provide Linux-specific examples for configuring container isolation, including sample paths and mount behaviors.
- Ensure that explanations and examples are presented in a platform-neutral order or provide Linux and Windows information side by side.
- Reference Linux tools and conventions where appropriate, not just Windows drive letters and paths.
- Clarify any platform-specific differences in behavior, and provide guidance for both Windows and Linux users equally.
Create pull request