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
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides troubleshooting steps for the 'RequestDisallowedByPolicy' error in Azure deployments. It offers examples for Azure CLI and Azure PowerShell, with PowerShell (a Windows-centric tool) given equal prominence to Azure CLI. However, there are no explicit Linux shell (bash) examples, nor is there mention of Linux-specific tools or patterns. The PowerShell section includes detailed usage and tips (e.g., ConvertTo-Json), which are not paralleled in the Azure CLI section. This may disadvantage Linux users who do not use PowerShell.
Recommendations
  • Add bash-specific examples for querying policy definitions and assignments using Azure CLI, including output formatting (e.g., using jq for JSON parsing).
  • Ensure that Azure CLI examples are as detailed as PowerShell ones, including tips for handling JSON output and filtering results.
  • Consider mentioning that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows, while PowerShell examples are primarily for Windows users unless PowerShell Core is specified.
  • Where advanced output manipulation is shown in PowerShell (e.g., ConvertTo-Json with Depth), provide equivalent Linux command-line techniques (e.g., jq or grep) for parity.
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-09-11 00:00 #108 completed Clean Clean
2025-08-11 00:00 #77 completed Clean Clean
2025-08-10 00:00 #76 completed Clean Clean
2025-08-09 00:00 #75 completed Clean Clean
2025-08-08 00:00 #74 completed Clean Clean
2025-08-07 00:00 #73 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets