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
Summary:
The documentation provides a PowerShell (Get-AzResource) example for listing Edge resource groups but does not mention or provide equivalent CLI commands for Linux users (such as Azure CLI). The only command-line example is Windows-centric, and there is no guidance for Linux or cross-platform users.
Recommendations:
- Include Azure CLI examples (e.g., using 'az resource list') alongside PowerShell to support Linux and macOS users.
- Explicitly mention that both PowerShell and Azure CLI can be used, and provide links to relevant documentation for both.
- When referencing command-line tools, avoid assuming the user is on Windows; clarify cross-platform options.
- Add a note or section for Linux/macOS users on how to perform the same tasks using their preferred tools.
Create pull request