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
⚠️ windows_first
Summary:
The documentation provides detailed PowerShell examples before Azure CLI examples, potentially favoring Windows users. The PowerShell section is more extensive, with multiple scenarios and commands, while the Azure CLI section is briefer. There are no explicit Linux-specific examples or mentions of Linux tooling, but Azure CLI is cross-platform and included. No Linux shell or scripting examples are provided, and PowerShell is presented as the primary scripting interface.
Recommendations:
  • Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and widely used on Linux and macOS.
  • Ensure parity in the depth and breadth of examples for both PowerShell and Azure CLI, covering all scenarios equally.
  • Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide sample shell commands (e.g., bash) where appropriate.
  • Consider adding a short section or note for Linux users, highlighting any OS-specific considerations or best practices.
  • Avoid implying PowerShell is the default or preferred scripting environment unless there is a technical reason.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-14 00:00 #111 completed ✅ Clean
2025-08-29 00:01 #95 completed ✅ Clean
2025-08-19 00:01 #85 completed ✅ Clean
2025-07-17 00:00 #53 completed ❌ Biased

Flagged Code Snippets

$resourceId = "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DataFactory/factories/myDataFactory" $tenantId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" $resourceGroupName = "myResourceGroup" $accountName = "mystorageaccount" Remove-AzStorageAccountNetworkRule -ResourceGroupName $resourceGroupName -Name $accountName -TenantId $tenantId -ResourceId $resourceId