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
missing_linux_example
Summary
The documentation uses Windows-style path separators (e.g., .\rqbody-disableSoftDelete.json) in command examples and does not provide Linux/macOS equivalents. There is no mention of how to run the commands or reference files on non-Windows systems, which may confuse or exclude Linux/macOS users.
Recommendations
  • Provide both Windows and Linux/macOS command examples, especially for file paths (e.g., .\rqbody-disableSoftDelete.json vs ./rqbody-disableSoftDelete.json).
  • Explicitly state that armclient is cross-platform and provide installation instructions or references for Linux/macOS.
  • Add a note clarifying path separator differences and how to adapt commands for different operating systems.
  • Consider including a table or section with side-by-side Windows and Linux/macOS command syntax.
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

    armclient put /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/afsshare /providers/Microsoft.Storage/storageAccounts/inquirytest/fileServices/default?api-version=2019-04-01 .\rqbody-disableSoftDelete.json
    
    armclient put /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/afsshare /providers/Microsoft.Storage/storageAccounts/inquirytest/fileServices/default?api-version=2019-04-01 .\rqbody-EnableSoftDelete.json