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
Summary
The documentation references both Azure CLI and Azure PowerShell for deploying Bicep files, but lists Azure PowerShell (a Windows-centric tool) before Azure CLI (which is cross-platform). No explicit Linux-only or Windows-only examples are given, but the ordering subtly prioritizes Windows tooling. No Linux-specific tools or shell examples are provided.
Recommendations
  • List Azure CLI before Azure PowerShell when describing deployment options, as Azure CLI is cross-platform and more inclusive for Linux users.
  • Explicitly mention that all examples work on Linux, macOS, and Windows when using Azure CLI.
  • Consider including a Linux shell (bash) example for deploying Bicep files, to demonstrate parity.
  • If referencing PowerShell, clarify that it is available cross-platform, or provide a bash equivalent for Linux users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets