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_tools
windows_first
Summary
The documentation page references both Azure CLI and PowerShell tools for managing Service Bus subscription rules, but it lists the PowerShell cmdlet (New-AzServiceBusRule) in the 'Next steps' section alongside the CLI command, which may suggest parity. However, there are no explicit Linux-specific examples, nor is there mention of Linux-native tools or shell environments. The documentation refers to .NET types and methods (e.g., System.Char.IsLetter, System.Guid.NewGuid), which are more familiar to Windows/.NET developers, and does not provide equivalent references for other platforms. There are no explicit code examples using Bash, Linux shell, or other cross-platform SDKs, and the PowerShell tool is mentioned in a way that may imply Windows-first usage.
Recommendations
  • Add explicit Linux/Bash shell examples for managing Service Bus rules using Azure CLI.
  • Clarify that Azure CLI is cross-platform and provide usage examples in both Windows (cmd/PowerShell) and Linux (Bash/zsh) environments.
  • Reference Python or other cross-platform SDKs in the 'Next steps' section to balance .NET/Java/JavaScript.
  • Where .NET types/methods are referenced, provide equivalent explanations for other languages/platforms (e.g., Python, Java).
  • Ensure that PowerShell examples are not presented as the primary or sole method for rule management.
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-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets