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 provides Azure CLI commands exclusively in PowerShell syntax and references Windows file paths and usage patterns (e.g., 'C:\Users\Downloads\isrgrootx1.pem', right-clicking to copy file path). There are no Linux/macOS shell examples, and the instructions assume a Windows environment for Azure CLI usage, which may create friction for Linux/macOS users.
Recommendations
  • Include Azure CLI command examples using Bash syntax (e.g., $HOME/Downloads/isrgrootx1.pem) alongside PowerShell examples.
  • Clarify that Azure CLI works cross-platform and provide guidance for Linux/macOS users on locating and referencing certificate files.
  • Replace Windows-specific instructions like 'right-click to copy the path' with platform-agnostic alternatives, such as using the terminal to find file paths.
  • Explicitly mention that the Azure CLI commands are valid on Linux/macOS and provide any necessary adjustments (e.g., path separators, shell syntax).
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 Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets