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 both Bash and PowerShell examples for Azure CLI commands, but the PowerShell examples are labeled as 'Formatted for PowerShell' and are always presented after the Bash examples. There are no exclusive Windows tools or patterns, but the presence of PowerShell examples and their explicit labeling indicates a slight Windows bias. Linux (Bash) examples are present and shown first, but there is no explicit mention of Linux or macOS environments, nor troubleshooting or environment-specific notes for non-Windows users.
Recommendations:
  • Clearly label Bash examples as suitable for Linux/macOS and PowerShell for Windows.
  • Add a short note at the start of the CLI section explaining which shell to use on which platform.
  • Ensure parity in troubleshooting or environment-specific notes for both Linux and Windows users.
  • Consider including zsh or other popular Linux shell variants if relevant.
  • Where possible, avoid implying PowerShell is the default or preferred shell for CLI usage.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-14 00:00 #111 completed ❌ Biased
2025-08-14 00:01 #80 in_progress ❌ Biased
2025-07-13 21:25 #47 cancelled ❌ Biased
2025-07-13 21:17 #46 cancelled ✅ Clean
2025-07-13 20:48 #44 cancelled ❌ Biased
2025-07-13 20:32 #43 cancelled ❌ Biased

Flagged Code Snippets

# Formatted for PowerShell $kvID=$(az keyvault show --name <kv-name> --resource-group <resource-group-name> --query "id" --output tsv)