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 programmatic example is Windows-centric, and there is no guidance for users on Linux or macOS platforms.
Recommendations:
- Add Azure CLI examples (e.g., using 'az resource list') alongside PowerShell examples to ensure Linux and macOS users are supported.
- When referencing command-line tools, mention both PowerShell and Azure CLI, and provide links to both sets of documentation.
- Explicitly state that the steps can be performed from any OS using the Azure CLI, not just from Windows/PowerShell.
- Consider providing Bash shell examples where appropriate, especially for deletion and listing tasks.
Create pull request