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:
Summary:
The documentation demonstrates a subtle Windows bias by listing Windows as the first option in OS-related configuration examples and code snippets, even though Linux is the default. There are no missing Linux examples, and both OS options are documented, but Windows is consistently mentioned or shown before Linux.
Recommendations:
- List Linux before Windows in all option lists and code examples, especially since Linux is the default.
- Provide code examples that use Linux as the value for the OS setting, or alternate between Linux and Windows in examples.
- Explicitly state that Linux is the default and recommended option where relevant.
- Ensure parity in any future troubleshooting or tool references (e.g., avoid referencing only Windows tools or PowerShell commands).
Create pull request