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
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell as the only example for programmatically querying VM capabilities, and by not providing equivalent Linux/CLI examples. There is no mention of Linux tools or Bash/CLI commands for checking ephemeral OS disk support, and the only referenced script is a PowerShell cmdlet. The code examples are platform-neutral (Python and C#), but operational guidance is Windows-centric.
Recommendations:
  • Add Azure CLI and Bash examples for querying VM series capabilities (e.g., using 'az vm list-skus' or similar commands) alongside the PowerShell example.
  • Explicitly mention both Windows and Linux approaches/tools when discussing how to check for ephemeral OS disk support.
  • Ensure that operational instructions and examples are provided for both Windows and Linux users, not just PowerShell/Windows.
  • Where PowerShell is referenced, provide an equivalent Bash or Azure CLI command immediately after or alongside it.
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