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
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation is heavily focused on PowerShell and its modules (PSReadLine, Az.Tools.Predictor), with all examples and instructions using PowerShell cmdlets and concepts. There are no references to Bash or Linux-native shells, nor are there equivalent examples for users who might use Bash in Azure Cloud Shell. The documentation assumes the user is operating in a PowerShell environment, which is more closely associated with Windows, and does not mention or provide parity for Linux/Bash users.
Recommendations:
  • Add equivalent instructions and examples for Bash users in Azure Cloud Shell, such as how to enable or configure command prediction features in Bash (e.g., using 'bash-preexec', 'bash-completion', or 'fzf').
  • Explicitly state at the beginning that the instructions are specific to PowerShell and provide links or references to documentation for Bash users.
  • Where possible, provide side-by-side examples for both PowerShell and Bash to ensure Linux users are equally supported.
  • Mention any limitations or differences in predictive features between PowerShell and Bash in Azure Cloud Shell.
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-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

New-Item -Path $Profile -ItemType File -Force