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:
⚠️ windows_first
⚠️ powershell_heavy
Summary:
The documentation presents Azure PowerShell (a Windows-centric tool) examples before Azure CLI examples in the 'Configure locks' section. The PowerShell section is more detailed and comes before the Azure CLI, which is cross-platform and preferred by many Linux users. There are no explicit Linux-only examples or references to Linux-specific tools, but the ordering and emphasis may give the impression of a Windows/PowerShell bias.
Recommendations:
  • Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and widely used on Linux.
  • Ensure parity in detail and coverage between Azure CLI and PowerShell sections.
  • Explicitly mention that both Azure CLI and PowerShell are supported on Windows, macOS, and Linux, and provide installation links for each.
  • Consider adding Bash shell script examples where appropriate, especially for automation scenarios.
  • If referencing Visual Studio (a Windows-first tool), also mention cross-platform alternatives (e.g., VS Code) where relevant.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets

To delete a lock for a resource group, use:
To get information about a lock, use [Get-AzResourceLock](/powershell/module/az.resources/get-azresourcelock). To get all the locks in your subscription, use:
To delete a lock for a resource, use: