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:
⚠️ powershell_heavy
⚠️ windows_first
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation exhibits a strong Windows bias. Troubleshooting steps and examples are primarily or exclusively provided for Windows VMs, including detailed PowerShell commands, Windows file paths, and the use of Windows tools like File Explorer and Command Prompt. Linux troubleshooting is only referenced via external links, with no in-place examples or step-by-step guidance. The structure and flow of the document assume Windows as the default environment, with Linux support treated as an afterthought.
Recommendations:
  • Provide equivalent Linux troubleshooting steps and examples alongside Windows instructions, not just as external links.
  • Include Azure CLI and/or Bash examples in addition to PowerShell for cross-platform parity.
  • Show Linux file paths and log locations directly in the documentation, mirroring the detail given for Windows.
  • When referencing tools (e.g., File Explorer, Command Prompt), also mention Linux equivalents (e.g., terminal, file managers).
  • Ensure artifact script troubleshooting covers both Windows (batch/PowerShell) and Linux (shell scripts) scenarios.
  • Where possible, present Windows and Linux instructions in parallel sections or side-by-side for clarity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-26 00:00 #92 in_progress ✅ Clean
2025-07-26 00:01 #61 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

Select-AzSubscription -SubscriptionId $SubscriptionId | Out-Null $vm = Get-AzResource ` -Name "$LabName/$VmName" ` -ResourceGroupName $LabRgName ` -ResourceType 'microsoft.devtestlab/labs/virtualmachines' ` -ApiVersion '2018-10-15-preview' ` -ODataQuery '$expand=Properties($expand=ComputeVm)' $vm.Properties.canApplyArtifacts