This page contains Windows bias

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 exclusively deploys Windows Server virtual machines in its example environment and does not mention or provide options for Linux VMs. All VM-related instructions and context are Windows-centric, and there is no discussion of Linux alternatives or parity.
Recommendations:
  • Include examples and instructions for deploying Linux virtual machines alongside or instead of Windows Server VMs in the Bicep template.
  • Explicitly mention that either Windows or Linux VMs can be used, and provide parameterization or guidance for both OS types.
  • In the description and walkthrough, refer to 'virtual machines' generically or clarify that both Windows and Linux are supported.
  • If scripts or commands are OS-specific, provide Linux/SSH examples and not just Windows/PowerShell ones.
  • Consider adding a section or note on how to adapt the template for Linux VM deployment, including adminUsername/adminPassword vs. SSH key authentication.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets

# [PowerShell](#tab/PowerShell)
New-AzResourceGroup -Name exampleRG -Location eastus New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -adminUsername "<admin-user>"
# [PowerShell](#tab/PowerShell)