Sad Tux - Windows bias detected
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

Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation provides troubleshooting steps for 'SKU not available' errors in Azure deployments. While it covers Azure CLI, PowerShell, Portal, and REST API approaches, the PowerShell examples are more detailed and script-heavy compared to the CLI section. The PowerShell tab uses Windows-centric tools and scripting patterns, and PowerShell is presented before the Portal and REST tabs. There is a slight Windows-first bias, as PowerShell (Windows-centric) gets more attention and scripting depth than Azure CLI (cross-platform). The REST example uses a Windows-style path ('.\sku-list.json') for output, which may confuse Linux/macOS users.
Recommendations
  • Ensure Azure CLI examples are as detailed and script-rich as PowerShell examples, including filtering and formatting output.
  • In REST examples, provide both Windows and Linux/macOS output path syntax (e.g., '.\sku-list.json' and './sku-list.json').
  • Add notes clarifying that Azure CLI and REST commands work cross-platform, and highlight any OS-specific differences.
  • Consider presenting Azure CLI examples before PowerShell, as CLI is cross-platform.
  • Where PowerShell scripts are shown, offer equivalent Bash or shell scripting examples for Linux/macOS users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets