โŒ
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:
โš ๏ธ windows_first
โš ๏ธ powershell_heavy
Summary:
The documentation demonstrates a mild Windows bias, particularly in the local development instructions. Windows PowerShell is mentioned first, and Windows-specific commands and paths are presented before their Linux equivalents. The use of 'py -m venv' (Windows) is shown before 'python3 -m venv' (Linux), and the activation command for PowerShell is listed before the Linux shell equivalent. However, Linux alternatives are present, and the documentation does not omit Linux instructions entirely.
Recommendations:
  • Present Windows and Linux instructions in parallel or in a tabbed format, rather than listing Windows first.
  • Use neutral language such as 'In Windows PowerShell, run: ... In Linux shell, run: ...' or provide both commands together.
  • Where file paths are shown (e.g., <ProjectRoot>\HttpTriggerAsync\__init__.py), also show the Linux path (<ProjectRoot>/HttpTriggerAsync/__init__.py).
  • Avoid phrases like 'Open a Windows PowerShell or any Linux shell as you prefer'โ€”instead, use 'Open a terminal (Windows PowerShell or Linux shell)'.
  • Ensure that all examples, screenshots, and outputs are shown for both platforms where differences exist.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress โœ… Clean
2025-07-15 00:00 #51 completed โŒ Biased
2025-07-13 21:37 #48 completed โŒ Biased
2025-07-09 13:09 #3 cancelled โœ… Clean
2025-07-08 04:23 #2 cancelled โŒ Biased

Flagged Code Snippets