Bias Analysis
Detected 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.
Create Pull Request