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 a clear Windows bias. The only provided script-based workflow uses PowerShell, with no mention of Linux or cross-platform alternatives. All scripting instructions, configuration paths, and prerequisite tooling are Windows-centric (e.g., backslash paths, PowerShell, Azure PowerShell module). There are no Bash, CLI, or Linux-native instructions or examples. The documentation assumes the user is on Windows, both in terminology and in the tools referenced.
Recommendations
  • Provide equivalent Bash or Azure CLI scripts for Linux/macOS users, alongside PowerShell examples.
  • Use platform-agnostic path examples or show both Windows and Unix-style paths in configuration samples.
  • Explicitly mention cross-platform support and note any platform-specific limitations or requirements.
  • Include instructions for installing and using the Azure CLI (which is cross-platform) as an alternative to Azure PowerShell.
  • Add a section or callout for Linux/macOS users, outlining any differences in setup or usage.
  • Ensure screenshots and UI instructions clarify when steps are platform-independent (e.g., Azure Portal) versus platform-specific.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

{
    "accountSettings": {
        "arrAccountId": "8*******-****-****-****-*********d7e",
        "arrAccountKey": "R***************************************l04=",
        "arrAccountDomain": "<select from available regions: australiaeast, eastus, eastus2, japaneast, northeurope, southcentralus, southeastasia, uksouth, westeurope, westus2 or specify the full url>"
    },
    "renderingSessionSettings": {
        "remoteRenderingDomain": "<select from available regions: australiaeast, eastus, eastus2, japaneast, northeurope, southcentralus, southeastasia, uksouth, westeurope, westus2 or specify the full url>"
    },
    "assetConversionSettings": {
        "localAssetDirectoryPath": "D:\\tmp\\robot",
        "resourceGroup": "ARR_Tutorial",
        "storageAccountName": "arrexamplestorage",
        "blobInputContainerName": "arrinput",
        "inputFolderPath": "robotConversion",
        "inputAssetPath": "robot.fbx",
        "blobOutputContainerName": "arroutput",
        "outputFolderPath":"converted/robot",
        "outputAssetFileName": "robot.arrAsset"
    }
}
.\Conversion.ps1 -UseContainerSas