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 demonstrates a mild Windows bias. In authentication instructions, PowerShell is mentioned as a primary console option alongside Bash, and PowerShell-specific sign-in steps are detailed. In environment variable setup, Windows (cmd) instructions are presented before Linux (bash). Visual Studio Code, a Microsoft tool, is emphasized for sign-in and development. While Linux is not omitted, Windows tools and patterns are often mentioned first or in more detail.
Recommendations:
  • Alternate the order of Windows and Linux instructions throughout the documentation, or present them side-by-side to avoid implying priority.
  • Provide equal detail for both PowerShell/Windows and Bash/Linux workflows, including sign-in and environment variable setup.
  • Explicitly mention Bash or other Linux shells as primary options, not just as alternatives.
  • Include examples and screenshots from both Windows and Linux environments where appropriate.
  • Reference cross-platform editors (e.g., VS Code, Vim, nano) equally, or clarify that instructions apply to all platforms.
  • Where Azure CLI is used, clarify that it is fully supported on Linux, macOS, and Windows.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed ✅ Clean
2025-08-11 00:00 #77 completed ✅ Clean
2025-08-10 00:00 #76 completed ✅ Clean
2025-08-09 00:00 #75 completed ✅ Clean
2025-08-08 00:00 #74 completed ✅ Clean
2025-08-07 00:00 #73 completed ✅ Clean
2025-08-06 00:00 #72 completed ✅ Clean
2025-08-05 00:00 #71 completed ✅ Clean
2025-08-03 00:00 #69 completed ✅ Clean
2025-08-01 00:00 #67 completed ✅ Clean
2025-07-31 00:00 #66 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

Connect-AzAccount
setx AZURE_STORAGE_CONNECTION_STRING "<yourconnectionstring>"