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_tools
missing_linux_example
windows_first
Summary
The documentation demonstrates a strong Windows and PowerShell bias. All command-line examples use PowerShell syntax, and instructions for connecting to the device or configuring features reference the PowerShell interface exclusively. There are no Linux shell/bash equivalents or instructions for Linux/macOS users. The only client OS explicitly mentioned is Windows, and PowerShell is assumed as the default scripting environment. Linux tools, workflows, or alternative command-line approaches are not addressed, and Linux users are not guided on how to perform equivalent tasks.
Recommendations
  • Provide equivalent bash or shell command examples for all PowerShell commands, especially for Azure CLI operations, which are cross-platform.
  • Explicitly mention support for Linux/macOS clients where applicable, and clarify any limitations.
  • Include instructions for connecting to the device and performing management tasks from Linux/macOS environments, using SSH and standard shells.
  • Where PowerShell is required, clarify if PowerShell Core (pwsh) is supported on Linux/macOS, and provide installation guidance.
  • Review all references to 'PowerShell interface' and either generalize to 'command-line interface' or provide parallel instructions for bash/shell.
  • Add a section or callouts for Linux/macOS users to ensure parity and inclusivity.
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

    Set-HcsKubeClusterArcInfo –CustomLocationsObjectId <custom_location_object_id>
    
   PS /home/user> az ad sp show --id bc313c14-388c-4e7d-a58e-70017303ee3b --query id -o tsv
   51dfe1e8-70c6-4de5-a08e-e18aff23d815
   PS /home/user>
   
     Get-HcsNumaLpMapping
     
    [1d9nhq2.microsoftdatabox.com]: PS> Set-HcsKubeClusterArcInfo –CustomLocationsObjectId 51dfe1e8-70c6-4de5-a08e-e18aff23d815
    [1d9nhq2.microsoftdatabox.com]: PS>