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 demonstrates a mild Windows bias by listing Windows paths and behaviors before Linux equivalents, referencing Windows-specific features and limitations, and failing to provide Linux-specific command examples or details where relevant. Some features are described as unsupported on Windows, but Linux-specific usage is not elaborated. There is also a lack of Linux-specific troubleshooting or usage notes, and no Linux shell or scripting examples are provided.
Recommendations:
- Alternate the order of Windows and Linux references, or list Linux first where it is the primary platform.
- Provide Linux-specific command examples, especially for features not supported on Windows (e.g., 'jetpack run_on_shutdown').
- Include Linux shell scripting examples where relevant (e.g., registering shutdown scripts, log file locations, service management).
- Add troubleshooting notes or caveats for Linux environments, such as permissions, systemd integration, or SELinux/AppArmor considerations.
- Clarify any differences in behavior or requirements between Windows and Linux, especially for environment variables, file paths, and service management.
- Ensure that documentation for features that are Linux-only (or have different behavior on Linux) is as detailed as for Windows.
Create pull request