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
⚠️
powershell_heavy
Summary:
The documentation provides both Linux and Windows paths and script examples, but Windows is often mentioned first (e.g., script directories), and Windows-specific file paths and script extensions are given equal or slightly more prominence. There is no explicit Linux command-line or shell example, and the documentation refers to Windows batch scripts (.bat) alongside Linux shell scripts (.sh), but does not provide parity in terms of example commands or troubleshooting for Linux users.
Recommendations:
- Alternate the order of Linux and Windows references throughout the documentation, or list Linux first to match the Azure VM Linux scheduled events link.
- Provide explicit Linux shell command examples (e.g., example contents of an onPreempt.sh script or how to make it executable with chmod).
- Include troubleshooting tips or common patterns for both Linux and Windows users.
- Clarify that both .sh and .bat scripts are supported, and provide a brief example for each.
- Where possible, link to Linux-specific documentation or tools, not just general or Windows-centric resources.
Create pull request