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
missing_linux_example
windows_tools
windows_first
Summary
The documentation page demonstrates a Windows bias by providing detailed instructions and examples exclusively for Azure PowerShell, which is most commonly used on Windows. It references Windows-specific tools (e.g., Notepad) and omits any examples or guidance for Linux or cross-platform CLI tools such as Azure CLI, Bash, or editors commonly used on Linux/macOS. The PowerShell-based workflow is presented as the only scripting/command-line option, and Windows tools are mentioned before any cross-platform alternatives.
Recommendations
  • Add parallel instructions and examples using Azure CLI (az) commands, which are cross-platform and widely used on Linux and macOS.
  • When referencing file editing, suggest cross-platform editors (e.g., nano, vim, code) or use generic language such as 'open the file in your preferred text editor.'
  • Include Bash shell command examples alongside PowerShell, especially for template export, editing, and deployment.
  • Explicitly state that the process can be performed on any OS, and provide OS-agnostic steps where possible.
  • If referencing PowerShell, clarify that Azure PowerShell is available on Linux and macOS, and provide installation links or notes for those platforms.
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 Biased Biased
2026-01-12 00:00 #243 cancelled 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-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets

> [!NOTE]
>
> After the deployment, if you wish to start over or discard the SignalR resource in the target, delete the resource group that was created in the target, which deletes the moved SignalR resource. To do so, select the resource group from your dashboard in the portal and select **Delete** at the top of the overview page. Alternatively you can use [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup):
>
> 
1. Deploy the edited *\<resource-group-name>.json* file to the resource group created in the previous step using [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment):