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 page demonstrates a Windows bias by providing only PowerShell commands for listing images, referencing connecting via PowerShell, and listing Windows VM creation guides before Linux. There are no CLI or Bash/Linux-native examples for obtaining images, and Windows tools and workflows are prioritized.
Recommendations:
  • Add Azure CLI and Bash examples for listing available VM images, alongside PowerShell.
  • Include instructions for connecting to Azure Government using the Azure CLI, not just PowerShell.
  • Balance the 'Next steps' section by listing Linux VM creation guides alongside or before Windows guides, and include PowerShell, CLI, and portal options for both OS types.
  • Avoid referencing only Windows tools (e.g., PowerShell) when cross-platform tools (e.g., Azure CLI) are available.
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

Connect-AzAccount -Environment AzureUSGovernment Get-AzVMImagePublisher -Location USGovVirginia | ` Get-AzVMImageOffer | ` Get-AzVMImageSku