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
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias towards Windows by exclusively referencing Windows VM images in the code example, omitting Linux alternatives. Additionally, the 'Next steps' section only mentions Azure PowerShell and Az.LabServices cmdlets, which are traditionally Windows-centric tools, without referencing cross-platform or Linux-native tools. There are no Linux VM image examples or mentions of Linux-specific access methods (e.g., SSH), and the RDP (Windows) access is enabled by default in the sample.
Recommendations:
- Include examples that use Linux VM images (e.g., Ubuntu, CentOS) in addition to or instead of only Windows images.
- Demonstrate both RDP (for Windows) and SSH (for Linux) connection profiles in the sample code.
- In the 'Next steps' section, add references to cross-platform tools such as Azure CLI and Bash scripting, and provide links to relevant documentation.
- Explicitly mention that the Python SDK and code samples are cross-platform and can be run on Linux, macOS, and Windows.
- If possible, provide guidance or examples for setting up labs with Linux VMs and managing them using Linux-native tools.
Create pull request