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
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell examples for batching queries across subscriptions, referencing PowerShell and Azure CLI as the primary interfaces, and omitting equivalent Linux/bash examples. The use of PowerShell-specific constructs and the absence of bash or cross-platform scripting guidance limits accessibility for Linux users.
Recommendations:
- Provide equivalent bash/Azure CLI script examples for all PowerShell examples, especially for batching queries across subscriptions.
- When referencing tools, mention both PowerShell and bash/Azure CLI in parallel, not just PowerShell or Windows-first.
- Clarify that the solutions are cross-platform where possible, and explicitly state if a solution is Windows-specific.
- Include guidance for Linux/macOS users, such as using Azure CLI with jq or other common Linux tools for scripting.
- Review all code blocks and ensure parity between Windows and Linux environments.
Create pull request