Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by exclusively referencing PowerShell scripts and tools (e.g., Get-DanglingDnsRecords.ps1), and by providing instructions and links that assume the use of PowerShell. There are no examples or guidance for Linux/macOS users, such as Bash, Azure CLI, or cross-platform alternatives. The page also lists PowerShell-based workflows first and does not mention Linux-native tools or patterns for DNS management or Azure Resource Graph queries.
Recommendations
- Provide equivalent examples and instructions using Azure CLI and Bash scripts, which are cross-platform and commonly used on Linux/macOS.
- Explicitly state that the PowerShell scripts can be run on PowerShell Core, which is available on Linux/macOS, and provide installation guidance if needed.
- Include sample workflows or commands for DNS management and Azure Resource Graph queries using Azure CLI.
- Add notes or sections highlighting Linux/macOS compatibility and any prerequisites for running scripts on those platforms.
- Where possible, link to cross-platform tools or community solutions that do not require PowerShell.
Create Pull Request