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 provides a PowerShell-only example for creating an Azure Integration Runtime, which is a Windows-centric tool. There are no equivalent examples for Linux users (e.g., using Azure CLI, Bash, or REST API). The PowerShell method is presented first and exclusively as the command-line option, which may alienate or confuse Linux/macOS users. The UI instructions are platform-neutral, but the lack of Linux command-line parity is a significant bias.
Recommendations
  • Add equivalent Azure CLI examples for creating and managing Azure Integration Runtime, as Azure CLI is cross-platform and widely used on Linux/macOS.
  • Include REST API example(s) for users who prefer direct API calls or automation.
  • Reorder or supplement the documentation so that PowerShell and CLI/REST examples are presented together, or with CLI first to emphasize cross-platform support.
  • Explicitly mention that PowerShell examples are primarily for Windows users, and provide guidance for Linux/macOS users.
  • Consider adding a table summarizing all available methods (PowerShell, CLI, REST, Portal UI) with links to detailed instructions for each.
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-AzDataFactoryV2IntegrationRuntime -DataFactoryName "SampleV2DataFactory1" -Name "MySampleAzureIR" -ResourceGroupName "ADFV2SampleRG" -Type Managed -Location "West Europe"