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:
Summary:
The documentation lists the creation of a Windows VM and its password before mentioning the Linux VM in the checklist of resources to be created. However, the rest of the documentation, including code samples and CLI instructions, is platform-neutral or uses cross-platform tools (Terraform, Azure CLI). There are no PowerShell-specific examples, nor are Windows tools or patterns emphasized elsewhere.
Recommendations:
- List Linux and Windows VM creation steps together or mention Linux first to avoid the perception of Windows preference.
- Ensure that any example referencing VM creation (such as password generation) is balanced for both Windows and Linux VMs.
- If showing VM-specific configuration, provide parallel examples for both Windows and Linux, or clarify that both are supported.
- Continue to use cross-platform tools (Terraform, Azure CLI) and avoid introducing Windows-only instructions unless absolutely necessary.
Create pull request