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_tools
⚠️ missing_linux_example
⚠️ windows_first
Summary:
The documentation page demonstrates a Windows bias by exclusively providing PowerShell commands and referencing Windows-centric tools for obtaining VM extension lists in Azure Government. There are no CLI or Bash examples for Linux users, and the workflow is described only in terms of Windows/PowerShell usage. Additionally, the 'Next steps' section lists the Windows extension deployment link before the Linux equivalent.
Recommendations:
  • Add equivalent Azure CLI (az) and/or Bash examples for listing VM extensions, ensuring Linux and cross-platform users are supported.
  • Explicitly mention that PowerShell is not required and provide alternative instructions for non-Windows environments.
  • In the 'Next steps' section, alternate the order of Windows and Linux links or present them together to avoid implicit prioritization.
  • Clarify in the introduction that the instructions apply to both Windows and Linux users, and provide links to both sets of tooling.
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-AzVMExtensionImageType | ` Get-AzVMExtensionImage | Select Type, Version