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 demonstrates a bias toward Windows by referencing the Azure PowerShell cmdlet (New-AzApiManagementUser) as the only CLI-based method for adding users, without mentioning or providing examples for cross-platform tools such as Azure CLI. There are no Linux-specific or cross-platform command-line examples, and the only automation tool mentioned is PowerShell, which is traditionally associated with Windows environments.
Recommendations:
- Include equivalent Azure CLI commands for adding users to Azure API Management, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell is available cross-platform, but also provide Bash or shell script examples where appropriate.
- Add a section or note highlighting cross-platform tooling options for managing users, such as REST API calls or Azure CLI, to ensure parity for Linux and macOS users.
- Where possible, avoid referencing only Windows-centric tools or provide them alongside Linux-friendly alternatives.
Create pull request