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
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a bias toward Windows environments by providing detailed PowerShell examples and referencing Windows-centric tools and patterns. While Azure CLI examples are included (which are cross-platform), there are no explicit Linux shell (bash) examples, nor are there references to Linux-specific tools or usage patterns. The order of presentation also places PowerShell before Azure CLI, subtly prioritizing Windows workflows. There are no explicit Linux screenshots or troubleshooting links (the only troubleshooting link shown uses a Windows tab).
Recommendations:
  • Add explicit Linux/Bash shell examples for metric queries using Azure CLI, including sample commands and expected outputs.
  • Ensure that Azure CLI examples are presented before or alongside PowerShell examples to emphasize cross-platform parity.
  • Include troubleshooting links and examples that reference both Windows and Linux clients, especially in sections discussing latency and performance.
  • Add screenshots or walkthroughs that show the experience from a Linux client (e.g., mounting Azure Files via NFS or SMB on Linux, monitoring from a Linux VM).
  • Where relevant, mention Linux-native tools (such as curl, jq, or shell scripting) for interacting with Azure Monitor APIs.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-19 00:01 #85 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

$resourceId = "<resource-ID>" Get-AzMetric -ResourceId $resourceId -MetricNames "UsedCapacity" -TimeGrain 01:00:00