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 instructions before Azure CLI examples, and the PowerShell section is more prominent and extensive. This ordering and emphasis may suggest a Windows-centric approach, potentially disadvantaging Linux or cross-platform users who are more likely to use Azure CLI or other SDKs.
Recommendations:
  • Present Azure CLI examples before PowerShell, as Azure CLI is cross-platform and widely used on Linux and macOS.
  • Ensure that CLI and PowerShell sections are equally detailed and prominent.
  • Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS.
  • Add Bash shell examples where appropriate, especially for scripting scenarios.
  • Consider including a table summarizing all available methods (Portal, CLI, PowerShell, REST, SDKs) with platform compatibility notes.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed ✅ Clean
2025-08-11 00:00 #77 completed ✅ Clean
2025-08-10 00:00 #76 completed ✅ Clean
2025-08-09 00:00 #75 completed ✅ Clean
2025-08-08 00:00 #74 completed ✅ Clean
2025-08-07 00:00 #73 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

Get-AzStorageAccount -Name "{StorageAccountName}" -ResourceGroupName "{ResourceGroupName}" StorageAccountName : {StorageAccountName} Kind : Storage EnableHttpsTrafficOnly : False ...
Set-AzStorageAccount -Name "{StorageAccountName}" -ResourceGroupName "{ResourceGroupName}" -EnableHttpsTrafficOnly $True StorageAccountName : {StorageAccountName} Kind : Storage EnableHttpsTrafficOnly : True ...