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
Summary
The documentation introduces the tutorial as using Reservoir DDMS APIs in PowerShell, which is a Windows-centric shell. All variable assignment examples use PowerShell syntax (e.g., $VAR='value'), and the introductory text frames the workflow in terms of PowerShell usage. There are no Linux shell (bash) equivalents for variable assignment, nor is there any mention of Linux-specific patterns or tools, despite the rest of the workflow using Docker commands that are cross-platform.
Recommendations
  • Provide Linux/bash equivalents for variable assignment (e.g., export VAR='value') alongside PowerShell examples.
  • Clarify that the Docker commands work on both Windows and Linux, and offer any platform-specific notes if needed.
  • Avoid framing the tutorial as PowerShell-only; instead, present it as cross-platform and show both PowerShell and bash syntax where relevant.
  • Explicitly mention that users can use their preferred shell (PowerShell, bash, etc.) and provide guidance for both environments.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
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-09-09 00:00 #106 completed Clean Clean
2025-08-09 00:00 #75 completed 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