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 Windows bias in several ways: Azure CLI usage is shown exclusively via PowerShell syntax, with explicit instructions to configure Azure CLI locally with PowerShell. Example file paths use Windows conventions (e.g., C:\Users\Downloads\certificatefile.pem), and there are no Linux or macOS equivalents or guidance. The documentation does not mention Bash, Linux, or cross-platform considerations for Azure CLI, nor does it provide examples for non-Windows environments.
Recommendations
  • Provide Azure CLI examples using Bash syntax, including Linux/macOS file paths (e.g., /home/user/certificatefile.pem).
  • Add a note clarifying that Azure CLI is cross-platform and can be used on Windows, Linux, and macOS.
  • Include instructions or links for installing and configuring Azure CLI on Linux and macOS.
  • Show example commands for uploading certificates from Linux/macOS environments.
  • Avoid language such as 'configured locally with PowerShell' and use more inclusive phrasing like 'configured locally with your preferred shell (PowerShell, Bash, etc.)'.
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