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
Summary:
The documentation generally presents Windows examples and terminology before Linux equivalents, such as listing 'Windows Files' before 'Linux Files' and referencing Windows-specific concepts (e.g., Windows Registry, environment variables like %winDir%) without parallel Linux examples. Windows-centric paths and patterns are often mentioned first or exclusively, and Windows tools/patterns (like environment variables in paths) are highlighted more than their Linux counterparts.
Recommendations:
- Alternate the order of Windows and Linux examples or present them side-by-side to avoid always listing Windows first.
- When referencing environment variables or system paths, provide both Windows and Linux equivalents (e.g., %winDir% for Windows, $HOME or $PATH for Linux).
- Include Linux-specific tools or patterns where Windows tools are mentioned (e.g., mention Linux configuration files or environment variable usage).
- Ensure that all features and steps described for Windows (such as registry or file tracking) clearly state Linux equivalents or note if not applicable.
- Where possible, provide screenshots or command-line examples for both platforms, not just Windows.
Create pull request