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
Summary:
The documentation page generally maintains cross-platform language and includes a Linux-based pool template example. However, in the section on file transfer, all CLI examples use Windows-style paths (e.g., c:\source_videos\*.mp4), with no Linux/macOS equivalents provided. This implicitly prioritizes Windows users and may confuse or exclude Linux/macOS users.
Recommendations:
- For every CLI example using a Windows file path, provide a Linux/macOS equivalent (e.g., /home/user/source_videos/*.mp4).
- When referencing file paths, use platform-neutral language or clarify that the syntax differs by OS.
- Consider alternating the order of examples or presenting both Windows and Linux/macOS commands side by side.
- Explicitly state that the Azure CLI and Batch CLI extension are cross-platform and provide links to OS-specific installation instructions if needed.
Create pull request