Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page exhibits a Windows bias primarily through exclusive use of PowerShell scripts and references, with no equivalent Linux shell (bash/CLI) examples provided. The main tool for identifying dangling DNS records is a PowerShell script, and the only example for automating resource graph queries is via PowerShell. There is no mention of Linux-native tools, nor are cross-platform alternatives or instructions given. Windows/PowerShell patterns are presented as the default, with no parity for Linux users.
Recommendations
- Provide equivalent examples using Azure CLI (az) commands and/or bash scripts for identifying dangling DNS records and running resource graph queries.
- Explicitly state that the PowerShell tools can be run on Linux/macOS via PowerShell Core, and provide installation instructions if relevant.
- Include links or references to cross-platform tools or scripts (e.g., Python, bash) for DNS record auditing.
- Where PowerShell is mentioned, offer side-by-side Linux shell/CLI alternatives to ensure parity.
- Clarify any platform requirements for the provided scripts and tools, and recommend best practices for Linux environments.
Create Pull Request