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
⚠️
missing_linux_example
Summary:
The documentation exclusively describes how to create an Azure API center using the Azure portal, which is a web-based interface accessible from any OS. However, it omits any command-line instructions (such as Azure CLI or PowerShell), and does not provide Linux-specific or cross-platform examples. If command-line registration or automation is common, the lack of Azure CLI (which is cross-platform) examples may implicitly favor Windows users, as PowerShell is often the default scripting tool in Azure documentation.
Recommendations:
- Add Azure CLI examples for registering the Microsoft.ApiCenter provider and creating an API center, as the CLI is cross-platform and widely used on Linux.
- If PowerShell examples are provided elsewhere, ensure Azure CLI equivalents are always included and presented with equal prominence.
- Explicitly mention that the Azure portal is web-based and accessible from any OS to avoid the impression of Windows bias.
- Include links or references to documentation for performing the same tasks via CLI or automation tools, which are popular among Linux users.
Create pull request