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
⚠️ windows_first
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively using Azure PowerShell, with no equivalent Azure CLI or Bash examples. The PowerShell examples are presented as the only scripting/automation option, and there is no mention of Linux-native tools or shell environments. Additionally, the order of presentation often places PowerShell before any mention of cross-platform tools, and there are no explicit Linux instructions or screenshots.
Recommendations:
  • Add Azure CLI examples (az commands) alongside or before PowerShell examples for all automation and deletion tasks.
  • Include Bash shell command examples where relevant, especially for users on Linux or macOS.
  • Clearly indicate which instructions are cross-platform and which are Windows-specific.
  • Add a tabbed interface for code samples, allowing users to select between PowerShell, Azure CLI, and possibly REST API or ARM template options.
  • Ensure screenshots and UI instructions are not Windows-centric, or clarify when they are platform-agnostic.
  • Mention and link to Linux/macOS documentation or tools where appropriate.
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
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets

Remove-AzMonitorLogAnalyticsSolution -ResourceGroupName "resourceGroupName" -Name "solutionName"
Remove-AzAutomationAccount -Name "automationAccountName" -Force -ResourceGroupName "resourceGroupName"