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 is heavily biased towards Windows and PowerShell environments. All code examples are in PowerShell, with no mention or examples for Linux, Bash, or Python. The required modules and scripting patterns are specific to PowerShell and the AzureRM/Az modules, which are primarily used in Windows-centric automation. There is no guidance for users managing Linux VMs or those who prefer cross-platform scripting languages. The documentation assumes a Windows-first approach, both in tooling and in the order of presentation.
Recommendations:
  • Add equivalent examples using Azure CLI (bash) and/or Python SDK for runbook automation, especially for Linux-based recovery scenarios.
  • Explicitly mention support for Linux VMs and provide guidance or links for automating recovery steps on Linux workloads.
  • Include sample runbooks written in Python or Bash, and show how to use them in Azure Automation.
  • Clarify which features or modules are cross-platform and which are Windows/PowerShell-specific.
  • Provide a comparison table or section outlining scripting options for both Windows and Linux environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-09-15 00:00 #112 completed ✅ Clean
2025-09-14 00:00 #111 completed ✅ Clean
2025-09-13 00:00 #110 completed ✅ Clean
2025-09-12 00:00 #109 completed ✅ Clean
2025-09-11 00:00 #108 completed ✅ Clean
2025-09-10 00:00 #107 completed ✅ Clean
2025-09-09 00:00 #106 completed ✅ Clean
2025-09-08 00:00 #105 completed ✅ Clean
2025-09-07 00:00 #104 completed ✅ Clean
2025-09-06 00:00 #103 completed ✅ Clean
2025-09-05 00:00 #102 completed ✅ Clean
2025-09-04 00:00 #101 completed ✅ Clean
2025-09-03 00:00 #100 completed ✅ Clean
2025-08-29 00:01 #95 completed ✅ Clean
2025-08-22 00:01 #88 completed ✅ Clean
2025-08-20 00:01 #86 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

$VMDetailsObj = (Get-AzAutomationVariable -Name $RecoveryPlanContext.RecoveryPlanName).ToObject([hashtable])