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
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell examples for listing images, referencing connecting via PowerShell, and listing Windows VM creation steps before Linux. There are no CLI or Bash examples for Linux users, and Linux VM creation is mentioned last in the next steps.
Recommendations:
  • Provide equivalent Azure CLI and/or Bash examples for listing VM images in Azure Government.
  • Include instructions for connecting to Azure Government using the Azure CLI, not just PowerShell.
  • Balance the order of 'Next steps' by listing Linux and Windows VM creation guides together or alternating their order.
  • Explicitly mention that the PowerShell example is one of multiple options, and link to Linux/CLI documentation where appropriate.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ 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

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