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 provides both Bash and PowerShell instructions for setting environment variables, but Bash is presented first. There is a minor Windows bias in the mention of Visual Studio/MSDN subscriber benefits for Azure subscriptions, which are Windows-centric. However, the overall documentation is largely cross-platform, with the Go code and Azure CLI usage being platform-agnostic. No exclusive use of Windows tools or missing Linux examples were found.
Recommendations:
  • Continue to provide both Bash and PowerShell instructions for environment variables, but consider explicitly stating that Bash commands work on Linux/macOS and PowerShell on Windows.
  • When mentioning Azure subscription options, add links or notes for non-Windows users (e.g., 'You can also sign up for a free account if you are not a Visual Studio/MSDN subscriber').
  • Ensure that any references to tools or workflows (such as Azure CLI) clarify their cross-platform availability.
  • If referencing file paths or shell commands elsewhere, provide both Windows and Linux/macOS equivalents where relevant.
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 ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

$env:AZURE_SERVICEBUS_HOSTNAME=<YourServiceBusHostName>