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
Summary:
The documentation page demonstrates a Windows bias primarily through exclusive use of Azure PowerShell commands (e.g., Get-AzProviderFeature) for feature registration checks, with no CLI (az) or Bash/Linux alternatives provided. There are no Linux shell or cross-platform command examples, and the only command-line tooling referenced is PowerShell, which is more familiar to Windows users. This may disadvantage Linux administrators or those who prefer cross-platform tools.
Recommendations:
  • Provide equivalent Azure CLI (az) commands for all PowerShell examples, especially for feature registration checks (e.g., az feature list --namespace Microsoft.NetApp --query ...).
  • Explicitly note that PowerShell commands can be run on any OS with PowerShell Core, but also offer Bash or shell script alternatives where possible.
  • Where screenshots or UI steps are shown, clarify that the Azure portal is cross-platform, and consider mentioning any OS-specific considerations if relevant.
  • In sections discussing Terraform, mention that Terraform is cross-platform and can be used from Linux, macOS, or Windows.
  • Review all command snippets and ensure that for every PowerShell example, a CLI or Bash equivalent is provided to ensure Linux parity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-09-15 00:00 #112 completed ✅ Clean
2025-09-14 00:00 #111 completed ✅ Clean
2025-08-21 00:01 #87 in_progress ❌ Biased
2025-08-18 00:00 #84 in_progress ❌ Biased
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-08-12 00:00 #78 in_progress ✅ Clean
2025-08-11 00:00 #77 completed ❌ Biased
2025-08-10 00:00 #76 completed ❌ Biased
2025-08-09 00:00 #75 completed ❌ Biased
2025-07-19 13:51 #54 completed ✅ Clean
2025-07-14 21:48 #50 completed ❌ Biased
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