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
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI (cross-platform) and Azure PowerShell (Windows-centric) examples for resource cleanup, but lists Azure CLI first. The pipeline YAML examples use 'ubuntu-latest' as the build agent, which is Linux-based, and all deployment steps use Azure CLI or Azure DevOps tasks, which are cross-platform. However, the inclusion of Azure PowerShell as a cleanup option introduces a mild Windows bias, as PowerShell is primarily used on Windows and is less common on Linux. There are no exclusive Windows tools or patterns, and Linux examples are present and prioritized.
Recommendations
  • Clarify that Azure PowerShell is available cross-platform (Windows, Linux, macOS) to avoid implying Windows exclusivity.
  • Provide explicit instructions or notes for running Azure PowerShell on Linux/macOS, if relevant.
  • Ensure that all CLI and script examples use syntax compatible with both Windows and Linux shells (e.g., avoid backticks in Azure CLI examples, use line continuation appropriate for bash).
  • Continue prioritizing cross-platform tools (Azure CLI) and Linux build agents in examples.
  • If mentioning Windows-specific tools, always provide Linux/macOS equivalents side-by-side.
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 Clean Clean
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 Clean Clean

Flagged Code Snippets