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 page demonstrates a subtle Windows bias in the 'Next steps' section, where Azure PowerShell and Visual Studio Code (a Microsoft product) are mentioned as the primary tools for deploying and authoring Bicep files. Azure CLI is mentioned, but PowerShell is listed first, and there is no mention of Linux-native editors or deployment workflows. All examples are platform-neutral Bicep code, but the guidance for running and editing is Windows-centric.
Recommendations
  • Present Azure CLI before Azure PowerShell, as Azure CLI is fully cross-platform and more commonly used on Linux.
  • Explicitly mention that Bicep files can be deployed from Linux, macOS, and Windows using Azure CLI.
  • Include instructions or links for using other editors (such as Vim, Emacs, or JetBrains IDEs) for authoring Bicep files, or clarify that any text editor can be used.
  • Provide example deployment commands for both Azure CLI and Azure PowerShell, and ensure parity in documentation.
  • Consider adding a note that Visual Studio Code is available on Linux and macOS, or suggest alternative editors for non-Windows users.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets