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
windows_first
powershell_heavy
Summary
The documentation page exhibits a Windows bias by referencing PowerShell objects as the default representation for backup policy configuration. The only concrete example of a policy object is described as 'the default PowerShell object,' and PowerShell is mentioned as the primary way to conceptualize or instantiate backup policies. There are no references to Linux-native tools, shell commands, or cross-platform CLI usage, and no examples are provided for Linux or bash environments.
Recommendations
  • Remove references to 'default PowerShell object' unless specifically discussing PowerShell usage. Instead, describe the policy object in a platform-neutral way.
  • Add equivalent examples or explanations for Linux users, such as using curl or HTTPie to interact with the REST API.
  • If scripting examples are provided, include both PowerShell and bash/curl equivalents to ensure parity.
  • Clarify that the REST API can be used from any platform and provide sample commands for both Windows and Linux environments.
  • Avoid implying that PowerShell is the default or only way to interact with the API; instead, present it as one of several options.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets