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:
⚠️ windows_first
⚠️ powershell_heavy
Summary:
The documentation provides both Azure CLI and Azure PowerShell instructions for deploying and managing resources, but PowerShell (a Windows-centric tool) is consistently presented alongside CLI, and sometimes before or with equal prominence. There are no explicit Linux shell (bash) examples or mentions of Linux-specific tools or workflows, and PowerShell is highlighted as a primary option, which may suggest a bias toward Windows users.
Recommendations:
  • Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and clarify that PowerShell is primarily for Windows users (unless using PowerShell Core).
  • Add bash shell examples or clarify that the CLI examples are suitable for Linux/macOS terminals.
  • Where PowerShell is presented, consider listing CLI (bash) examples first, as CLI is cross-platform.
  • Include a note or section for Linux/macOS users, confirming that all steps can be performed on those platforms using Azure CLI.
  • Avoid implying parity between PowerShell and CLI unless both are equally cross-platform.
GitHub Create pull request

Scan History

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

Flagged Code Snippets

New-AzResourceGroup -Name exampleRG -Location eastus New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -clusterName "<cluster-name>" -clusterLoginUserName "<cluster-username>" -sshUserName "<ssh-username>"
# [PowerShell](#tab/PowerShell)
# [PowerShell](#tab/PowerShell)