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
windows_first
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation provides examples for Azure portal, Azure CLI, and PowerShell for all major operations. PowerShell examples are included and sometimes shown before or alongside CLI, but there is no explicit mention of Linux shell equivalents (e.g., Bash) or guidance for Linux-specific usage patterns. In some sections, PowerShell is referenced for log collection and command execution, with Linux instructions given separately but less prominently. The documentation references Windows installation packages and folders before Linux equivalents, and some examples (such as log file locations) list Windows paths first. There are no explicit Bash or Linux shell script examples, and the CLI examples use backticks (`) for line continuation, which is a Windows/PowerShell convention and not valid in Bash.
Recommendations
  • Provide explicit Bash/Linux shell examples for CLI commands, using correct line continuation (\) and syntax.
  • When listing file paths or installation instructions, present Linux and Windows examples with equal prominence, or alternate their order.
  • Clarify that Azure CLI commands can be run on Linux/macOS and provide any necessary platform-specific notes (e.g., environment variables, permissions).
  • Ensure that Linux onboarding and troubleshooting steps are as detailed as Windows ones, including log file locations and script execution.
  • Avoid using Windows-centric conventions (such as backticks for line continuation) in CLI examples; use platform-neutral or dual examples.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-19 00:00 #399 in_progress Biased Biased
2026-02-18 00:00 #395 in_progress Biased Biased
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets