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 or Linux-native commands. The only command-line example uses Azure PowerShell, which is most commonly used on Windows, and there is no mention of Azure CLI or Bash alternatives. This results in a bias towards Windows users and leaves Linux users without clear guidance.
Recommendations:
- Add Azure CLI examples (e.g., using 'az resource list') alongside PowerShell examples to ensure Linux and cross-platform parity.
- Explicitly mention that Azure PowerShell can be used on Linux and macOS, or provide installation links for non-Windows platforms.
- Wherever PowerShell is referenced, provide equivalent Bash or shell command examples if possible.
- Review the documentation for other places where only Windows-centric tools or instructions are given and ensure Linux alternatives are included.
Create pull request