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 Linux CLI or Bash examples for obtaining images, and Linux guidance is less prominent.
Recommendations:
  • Add equivalent Azure CLI (cross-platform) and Bash examples for listing VM images.
  • Include instructions for connecting to Azure Government using the Azure CLI.
  • Ensure Linux VM creation steps are presented with equal prominence and ordering as Windows steps.
  • Where possible, use neutral, cross-platform tooling (e.g., Azure CLI) in examples.
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