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
windows_tools
Summary
The documentation demonstrates a mild Windows bias. Visual Studio Code is recommended as the editor, with installation instructions linked for Windows. In the prerequisites, the Azure CLI installation instructions list Windows first, followed by Linux and macOS. Azure PowerShell is mentioned as an alternative to Azure CLI, and PowerShell examples are provided alongside Azure CLI throughout the deployment steps. There is no explicit Linux shell example (e.g., Bash, zsh) beyond a note that CLI examples are written for Bash, and no mention of Linux-native editors or tooling. The overall structure and examples prioritize Windows tools and workflows, with Linux alternatives mentioned but not equally emphasized.
Recommendations
  • Provide explicit Bash/zsh examples for Linux users, including variable assignment and file path conventions.
  • Include installation and usage instructions for popular Linux editors (e.g., Vim, nano) or mention their suitability for editing ARM templates.
  • Reorder installation instructions to avoid listing Windows first; consider grouping by platform or listing alphabetically.
  • Add notes or sections highlighting Linux-specific considerations, such as file permissions, environment variables, and shell differences.
  • Ensure parity in example commands, showing both Windows (PowerShell) and Linux (Bash) syntax side-by-side where appropriate.
  • Mention cross-platform editors and tools (e.g., VS Code, Atom, Sublime Text) as suitable for all operating systems.
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 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-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets