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 page provides a PowerShell cmdlet (New-AzApiManagementUser) as the only example of a command-line tool for adding users, without mentioning or providing equivalent examples for Linux/macOS users (such as Azure CLI or REST API). This suggests a bias towards Windows tooling and omits cross-platform alternatives.
Recommendations:
- Include Azure CLI examples for adding users to Azure API Management, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Mention and provide REST API examples for user management, which are platform-agnostic.
- When referencing PowerShell, clarify that it is available cross-platform, or provide both Windows PowerShell and Bash/Azure CLI examples side by side.
- Review the documentation for other places where only Windows-centric tools or workflows are referenced and add Linux/macOS alternatives.
Create pull request