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
⚠️ windows_tools
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for all deployment and validation steps, but PowerShell is consistently presented as an equal alternative to CLI, and the output screenshots are exclusively from PowerShell. There is no mention of Linux-specific shells or tools, and PowerShell (a Windows-centric tool, though now cross-platform) is highlighted, including in output imagery. The documentation does not reference Linux or bash explicitly, nor does it provide any Linux-specific guidance or troubleshooting.
Recommendations:
  • Include explicit references to Linux environments and shells (e.g., bash, zsh) in the prerequisites or deployment steps.
  • Provide example screenshots of CLI output from a Linux terminal, not just PowerShell.
  • Clarify that Azure CLI commands work cross-platform and can be run in bash or other Linux shells.
  • Mention that PowerShell Core is available on Linux, if PowerShell examples are retained.
  • Consider adding a 'Linux' or 'Bash' tab alongside CLI and PowerShell, or clarify that the CLI examples are suitable for Linux users.
  • Balance the imagery and examples so that Linux users feel equally supported.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets

New-AzResourceGroup -Name exampleRG -Location eastus New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep
# [PowerShell](#tab/PowerShell)
# [PowerShell](#tab/PowerShell)