Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for each query, with PowerShell examples present throughout. The PowerShell examples may be perceived as Windows-centric, and in each section, Azure CLI is shown before PowerShell, but there is no explicit mention of Linux/macOS-specific instructions, nor any discussion of platform differences or requirements for running the CLI or PowerShell commands on non-Windows systems.
Recommendations
- Add explicit notes confirming Azure CLI and Azure PowerShell are cross-platform, and provide installation/usage links for Linux/macOS.
- Include troubleshooting tips for running Azure PowerShell on Linux/macOS (e.g., .NET dependencies, shell integration).
- Consider adding bash or shell script examples where relevant, especially for automation scenarios.
- If there are any platform-specific caveats (e.g., authentication, environment variables), document them.
- Clarify that the Azure Portal is accessible from any OS with a browser.
Create Pull Request