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_first
Summary:
The documentation provides a PowerShell example (Get-AzProviderFeature) for checking feature registration status, and only secondarily mentions the Azure CLI, without giving a concrete CLI example. No Linux-specific tools or shell commands are shown, and the PowerShell example is presented first, which may suggest a Windows-centric approach.
Recommendations:
- Provide both Azure CLI and PowerShell command examples side by side, with equal prominence.
- Include explicit Linux shell/CLI examples (e.g., az feature show) with sample output, not just a reference link.
- When referencing tools or commands, avoid listing Windows/PowerShell first by default; alternate order or present both together.
- Where possible, add notes about cross-platform compatibility for all commands and tools mentioned.
- Consider including a table or section summarizing equivalent commands for Windows (PowerShell), Linux (Bash/CLI), and macOS.
Create pull request