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

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 ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ 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)