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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation lists PowerShell (a Windows-centric tool) before Azure CLI (cross-platform) in both the quickstart table and 'Next steps' section, suggesting a subtle Windows-first bias. There are no explicit Linux-only examples or tools, but the ordering and inclusion of PowerShell may imply a preference for Windows environments.
Recommendations:
- List Azure CLI before PowerShell in tables and 'Next steps' sections, as Azure CLI is cross-platform and more inclusive for Linux users.
- Explicitly mention that Azure CLI works on Linux, macOS, and Windows to encourage non-Windows users.
- Consider adding a Linux-specific example or note, such as using Bash or curl for event handling, to further improve Linux parity.
- If PowerShell is included, clarify that PowerShell Core is available cross-platform, or link to instructions for installing it on Linux.
Create pull request