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

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 ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets

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