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 page uses Remote Desktop Protocol (RDP) as the sole example of interacting with a virtual machine via the data plane, which is a Windows-centric protocol. There are no Linux-specific examples (such as SSH), nor is there mention of Linux tools or patterns for interacting with Azure resources.
Recommendations:
- Include Linux-specific examples alongside Windows ones, such as mentioning SSH for virtual machine access in addition to RDP.
- When describing data plane operations, provide both Windows and Linux usage scenarios to ensure parity.
- Avoid listing Windows-centric protocols or tools first or exclusively; instead, present both Windows and Linux options together.
- Consider adding examples or references to command-line tools commonly used on Linux (e.g., curl, scp, SSH) when discussing data plane operations.
Create pull request