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:
⚠️ windows_first
Summary:
The documentation lists both Azure PowerShell and Azure CLI for retrieving volume information, but PowerShell is mentioned first in both the prerequisites and the example commands. No exclusive Windows tools or patterns are present, and Linux parity is generally maintained, but the ordering subtly prioritizes Windows/PowerShell.
Recommendations:
  • List Azure CLI before Azure PowerShell in both prerequisites and example commands, as Azure CLI is cross-platform and more commonly used on Linux.
  • Explicitly mention that both Azure CLI and PowerShell are supported on Windows, Linux, and macOS to reinforce cross-platform parity.
  • Where possible, provide example commands in a neutral order or group them together under a 'Choose one' heading.
  • Consider adding a note that all kubectl and YAML examples are platform-agnostic, reinforcing that the workflow is not Windows-specific.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-19 00:01 #85 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

Get-AzElasticSanVolume -ResourceGroupName $resourceGroupName -ElasticSanName $sanName -VolumeGroupName $searchedVolumeGroup -Name $searchedVolume