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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a subtle Windows bias by referencing Remote Desktop Protocol (RDP) as the example for interacting with a virtual machine via the data plane, without mentioning SSH or other cross-platform access methods. No Linux-specific or cross-platform examples are provided for data plane operations, and the only concrete example (RDP) is Windows-centric.
Recommendations:
- When describing data plane operations for virtual machines, include SSH as an example alongside RDP to represent Linux and cross-platform scenarios.
- Provide examples or references for both Windows and Linux tools or protocols when discussing resource access (e.g., mention both RDP and SSH for VM access).
- Review other examples to ensure Linux and cross-platform tools are represented equally, especially in sections discussing interaction with resources.
- Consider adding a table or section that lists common data plane operations and their typical tools/protocols for both Windows and Linux environments.
Create pull request