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 Windows bias by referencing only the Azure PowerShell cmdlet (New-AzApiManagementUser) as the CLI-based alternative to the Azure portal for adding users. There are no examples or mentions of equivalent Linux-friendly tools such as Azure CLI, nor are there bash or cross-platform command examples. The documentation assumes familiarity with PowerShell, which is more common on Windows, and omits Linux-native workflows.
Recommendations:
- Add equivalent Azure CLI commands (az apim user create) alongside PowerShell examples to provide parity for Linux and macOS users.
- When referencing command-line tools, mention both PowerShell and Azure CLI, and provide examples for each.
- Include bash shell examples where relevant, or clarify that the steps are cross-platform.
- Avoid assuming the use of Windows-specific tools or shells; ensure all steps can be followed on Linux, macOS, and Windows.
Create pull request