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 presents both PowerShell and Azure CLI deployment examples, but the PowerShell (commonly associated with Windows) example is given first, and the tab label is 'PowerShell' rather than 'Windows PowerShell', which may reinforce a Windows-first perspective. There are no explicit Linux-specific instructions, nor are there references to Linux tools or shell environments. The CLI example is cross-platform, but there is no mention of running it in Bash or Linux terminals, and the prerequisites section does not explicitly mention Linux support or alternatives.
Recommendations:
  • Alternate the order of PowerShell and Azure CLI examples, or default to Azure CLI first, as it is cross-platform and widely used on Linux.
  • Explicitly mention that Azure CLI commands can be run in Bash or other Linux shells.
  • In the prerequisites, clarify that Visual Studio Code and Azure CLI are available on Linux, and provide links or notes for Linux installation.
  • Where PowerShell is mentioned, clarify that PowerShell Core is also available on Linux, or provide Bash equivalents for common tasks.
  • Consider adding a 'Linux' or 'Bash' tab for deployment examples, especially for users who may not use PowerShell.
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

Flagged Code Snippets

New-AzResourceGroupDeployment ` -Name addstorage ` -ResourceGroupName myResourceGroup ` -TemplateFile $templateFile