Sad Tux - Windows bias detected
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

Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates several forms of Windows bias. Resource group creation is handled via an included PowerShell script, with no mention of Bash or Azure CLI alternatives. The setup steps and code snippets do not clarify cross-platform usage, and where command-line tools are referenced, PowerShell is implied or used by default. While OpenSSL is mentioned as available on both Windows and Linux, the overall flow and examples assume a Windows-first environment, with no explicit Linux or Bash shell instructions or screenshots. There are no Linux-specific notes or parity in the resource group creation or setup steps.
Recommendations
  • Provide both PowerShell and Bash/Azure CLI examples for resource group creation and other setup steps.
  • Explicitly mention and show command-line instructions for both Windows and Linux environments.
  • Where scripts are included via markdown includes, ensure there are Linux/Bash equivalents or links.
  • Clarify that .NET and the Azure SDK are cross-platform, and show usage in both Windows and Linux shells.
  • Add screenshots or terminal output examples from both Windows and Linux environments.
  • Review all included content (e.g., create-member.md, register-provider.md) for similar bias and update as needed.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets

// get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line
TokenCredential cred = new DefaultAzureCredential();