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 exhibits a Windows bias by focusing on deploying a Windows VM, referencing a Windows-specific Quickstart template, and instructing users to verify deployment via RDP (a Windows protocol). While both PowerShell and Bash/CLI deployment examples are provided, the template and post-deployment steps are Windows-centric, and there is no mention of Linux VM deployment or SSH access.
Recommendations:
- Include a parallel example/template for deploying a Linux VM (e.g., link to or use the 'Deploy a simple Linux VM' Quickstart template).
- Demonstrate how to connect to the deployed VM using SSH for Linux, alongside the RDP instructions for Windows.
- When referencing Quickstart templates, mention both Windows and Linux options, or provide a choice at the start of the tutorial.
- In post-deployment verification, show both RDP (for Windows) and SSH (for Linux) connection steps.
- Ensure that examples and screenshots are balanced between Windows and Linux scenarios, or clearly state that the tutorial is Windows-specific if that is the intent.
Create pull request