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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation provides only a PowerShell script for monitoring directory quota, with no equivalent example for Linux or cross-platform environments. It assumes the use of Windows tools and patterns (PowerShell, Invoke-RestMethod, New-Object), and does not mention or prioritize Linux-compatible alternatives. This may hinder users on Linux or macOS from following the guide easily.
Recommendations:
- Provide a cross-platform example using curl and jq (or similar tools) for Linux/macOS users.
- Include a note that the PowerShell script can be run on PowerShell Core, which is available on Linux and macOS, if applicable.
- List both Windows (PowerShell) and Linux/macOS (bash/curl) examples side by side, or at least mention Linux alternatives.
- Avoid assuming the user is on Windows; use more neutral language and tool recommendations.
- Add a section or callout for Linux users, explaining how to achieve the same result with native tools.
Create pull request