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
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias. All query examples for Azure Resource Graph (ARG) are provided only in PowerShell syntax, with no equivalent Bash or cross-platform Azure CLI examples. The use of PowerShell pipelines (| %{ ... }) in Azure CLI command snippets further reinforces a Windows-centric approach, as this syntax is not natively supported in Bash or Linux shells. There is mention of scheduling with crontab, but no Linux/macOS-specific command examples are given for ARG queries or artifact deletion.
Recommendations
  • Provide ARG query examples using Azure CLI and Bash syntax alongside PowerShell.
  • Replace PowerShell pipeline constructs in Azure CLI examples with Bash-compatible alternatives (e.g., xargs).
  • Explicitly mention Linux/macOS usage patterns for all command-line operations.
  • Add notes or sections clarifying cross-platform compatibility and differences.
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-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-09-10 00:00 #107 completed Clean Clean

Flagged Code Snippets