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 demonstrates a subtle Windows bias by referencing Windows-specific troubleshooting content before Linux equivalents and providing a Windows command prompt example before the Linux equivalent. Additionally, when linking to further troubleshooting resources, only a Windows VM high-CPU troubleshooting guide is referenced, with no Linux counterpart provided.
Recommendations:
- When mentioning OS-level troubleshooting (e.g., checking CPU utilization), provide links for both Windows and Linux VM troubleshooting guides.
- When giving command-line examples (such as checking listening ports), present both Windows and Linux commands side by side, or alternate the order to avoid always listing Windows first.
- Ensure that all troubleshooting steps and external references are equally available for both Windows and Linux environments.
- Explicitly mention that the guidance applies to both Windows and Linux VMs, and provide OS-agnostic instructions where possible.
Create pull request