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
missing_linux_example
windows_tools
Summary
The documentation provides only PowerShell commands for resource cleanup, which are specific to Windows environments. There are no equivalent examples for Linux users (e.g., using Azure CLI or Bash), and the exclusive use of PowerShell commands suggests a Windows-centric approach.
Recommendations
  • Include Azure CLI (az) command examples for both deleting a resource group and deleting a data factory, as Azure CLI is cross-platform and commonly used on Linux and macOS.
  • Explicitly mention that PowerShell commands are for Windows users, and provide parallel instructions for Linux/macOS users.
  • Consider adding Bash script snippets or terminal commands where appropriate to ensure Linux parity.
  • Review screenshots and UI instructions to ensure they are not Windows-specific, or provide notes for cross-platform differences if any.
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

Remove-AzResourceGroup -ResourceGroupName $resourcegroupname
Remove-AzDataFactoryV2 -Name $dataFactoryName -ResourceGroupName $resourceGroupName