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
windows_tools
missing_linux_example
Summary
The documentation demonstrates a Windows bias by prioritizing PowerShell in prerequisites and examples, referencing Windows-specific tools (such as PowerShell and Git Bash), and omitting explicit Linux/macOS shell examples. While a CLI tab is present, it still uses some Windows-centric conventions and does not provide native Linux/macOS terminal instructions or context.
Recommendations
  • Add explicit Linux/macOS sections in prerequisites, including instructions for installing cURL and Azure CLI on those platforms.
  • Provide Bash/zsh shell examples for obtaining tokens and accessing services, using native Linux/macOS syntax and environment variables.
  • Avoid referencing Windows-specific tools (e.g., PowerShell, Git Bash) as defaults; instead, present cross-platform alternatives or mention all major platforms equally.
  • List CLI/Bash examples before or alongside PowerShell to avoid the impression of Windows-first ordering.
  • Clarify that the instructions work on all major platforms, and provide troubleshooting tips for Linux/macOS users where appropriate.
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

---
> [!NOTE] 
> When the FHIR® service audience parameter is not mapped to the FHIR service endpoint url, the resource parameter value should be mapped to Audience value under the FHIR Service Authentication blade.

## Access data in the FHIR service

# [PowerShell](#tab/PowerShell)