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_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a strong Windows/PowerShell bias. All deployment script examples use PowerShell exclusively, and the only supported script kind is 'AzurePowerShell'. The tutorial and explanations focus on PowerShell syntax, quoting rules, and error messages. While Azure CLI examples are provided for template deployment, there are no examples or guidance for authoring or running deployment scripts using Bash or other Linux-native tools. The documentation does not mention or demonstrate Linux scripting patterns, and PowerShell is presented as the default and only option for deployment scripts.
Recommendations
  • Add Bash-based deployment script examples and guidance, especially for the 'Microsoft.Resources/deploymentScripts' resource, to demonstrate Linux parity.
  • Explicitly mention and demonstrate how to use 'AzureCLI' as the 'kind' for deployment scripts, including sample Bash scripts for the same scenario.
  • Balance the order of examples and explanations so that Linux/Bash/CLI options are presented alongside or before Windows/PowerShell options.
  • Include troubleshooting and debugging steps for Bash-based deployment scripts, not just PowerShell.
  • Clarify in the documentation which features are PowerShell-only and which are available for Bash/CLI, and update the tutorial to cover both platforms where possible.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets