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

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 ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ 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):