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
windows_tools
Summary
The documentation demonstrates Windows bias in several ways. In the section on retrieving the Azure Maps Client ID programmatically, PowerShell (a Windows-centric tool) is presented first and in more detail, while Azure CLI (cross-platform) is mentioned second and with less explanation. There are no examples using Linux-native tools (e.g., Bash, curl, jq), and no mention of how to perform equivalent operations on Linux or macOS. The only programmatic examples for account property retrieval use PowerShell and Azure CLI, with no parity for Linux shell environments.
Recommendations
  • Provide Linux/macOS shell examples using Bash, curl, and jq for retrieving Azure Maps account properties (e.g., Client ID).
  • Present Azure CLI examples before PowerShell, as CLI is cross-platform and more widely used outside Windows.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows.
  • Add a note or section on using REST API calls directly with curl or similar tools for authentication tasks.
  • Ensure that all programmatic examples are available for both Windows and Linux environments, and avoid assuming PowerShell as the default.
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 Biased Biased
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
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets