Sad Tux - Windows bias detected
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

Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation exclusively uses Windows-centric tools and commands (PowerShell cmdlets like New-VMSwitch, New-NetIPAddress, New-NetNat, and Get-NetAdapter) for configuring virtual switches and NAT networks. There are no examples or guidance for performing equivalent tasks on Linux-based dev boxes or with cross-platform virtualization tools. UI instructions reference Windows-specific dialogs, and no Linux alternatives are provided.
Recommendations
  • Add equivalent instructions and examples for Linux environments, such as using libvirt/virt-manager, iptables/nftables, and network configuration files.
  • Include Linux command-line examples (e.g., using nmcli, ip, brctl, or virsh) for creating virtual switches and NAT networks.
  • Provide screenshots or step-by-step guides for configuring network settings on Linux guest VMs.
  • Clearly indicate when instructions are Windows-specific and offer cross-platform alternatives where possible.
  • Consider a section or callout for macOS users if relevant, or clarify platform support up front.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

    New-VMSwitch -SwitchName "VM-Internal" -SwitchType Internal
    
    New-NetIPAddress -IPAddress 192.168.100.1 -PrefixLength 24 -InterfaceIndex 34
    
    New-NetNat -Name VM-Internal-Nat -InternalIPInterfaceAddressPrefix 192.168.100.0/24