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
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but the PowerShell section is given equal prominence to the CLI, despite PowerShell being primarily associated with Windows environments. There is no explicit mention of Linux shell (bash) or cross-platform scripting alternatives in the PowerShell section, and no guidance for Linux users on how to adapt PowerShell commands. The CLI examples are cross-platform, but the presence and prominence of PowerShell may suggest a Windows-centric approach. Additionally, the PowerShell section appears before the ARM template section, which is platform-neutral.
Recommendations
  • Clearly indicate that Azure CLI commands work on all platforms (Windows, Linux, macOS), and consider placing the CLI section before PowerShell to emphasize cross-platform support.
  • In the PowerShell section, note that PowerShell Core is available cross-platform, but that most Linux users will prefer CLI or bash.
  • Add explicit bash shell examples or notes for Linux users where relevant, especially for scripting scenarios.
  • Review the ordering of sections to ensure that cross-platform tools (CLI, ARM templates) are not de-emphasized compared to Windows-centric tools.
  • Consider adding a table or quick-reference that maps each method (Portal, CLI, PowerShell, ARM) to its platform compatibility.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
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

## Use Azure PowerShell
To **create a queue with partitioning enabled**, use the [`New-AzServiceBusQueue`](/powershell/module/az.servicebus/new-azservicebusqueue) command with `-EnablePartitioning` set to `$True`. 

To **create a topic with partitioning enabled**, use the [`New-AzServiceBusTopic`](/powershell/module/az.servicebus/new-azservicebustopic) command with `-EnablePartitioning` set to `true`.