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
⚠️ missing_linux_example
Summary:
The documentation provides detailed PowerShell commands (Get-CloudDrive, Dismount-CloudDrive) for managing Cloud Shell storage, but does not offer equivalent Bash or Linux shell commands. The only command-line examples are in PowerShell, and the section 'Use PowerShell commands' is prominent, with no mention of Bash or Linux alternatives. This creates a Windows/Powershell-centric bias and may disadvantage users who prefer or use the Bash environment in Azure Cloud Shell.
Recommendations:
  • Provide equivalent Bash/Azure CLI commands for all PowerShell examples (e.g., show how to get file share info and unmount with Bash/CLI).
  • Add a 'Use Bash commands' section alongside 'Use PowerShell commands' to ensure parity.
  • When introducing commands or tools, mention both PowerShell and Bash/CLI options together, or alternate which is presented first.
  • Explicitly state that both Bash and PowerShell are supported in Cloud Shell, and link to relevant documentation for each.
  • Review the documentation for other implicit Windows-centric patterns (such as terminology or file paths) and ensure they are cross-platform.
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

PS /home/user> Get-CloudDrive FileShareName : cs-user-microsoft-com-xxxxxxxxxxxxxxx FileSharePath : //cs7xxxxxxxxxxxxxxx.file.core.windows.net/cs-user-microsoft-com-xxxxxxxxxxxxxxx MountPoint : /home/user/clouddrive Name : cs7xxxxxxxxxxxxxxx ResourceGroupName : cloud-shell-storage-southcentralus StorageAccountName : cs7xxxxxxxxxxxxxxx SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Dismount-CloudDrive