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 provides a PowerShell command (`New-AzApiManagementSystemCertificate`) as the only CLI example for uploading a CA certificate, with no mention of equivalent Azure CLI, Bash, or Linux-native methods. The use of PowerShell and lack of Linux/Unix command-line alternatives indicate a Windows-centric bias.
Recommendations:
- Add Azure CLI examples for uploading and managing CA certificates, as Azure CLI is cross-platform and widely used on Linux.
- Include Bash or Linux shell command examples where applicable, especially for certificate management tasks.
- Explicitly mention that PowerShell Core is cross-platform if recommending PowerShell, and provide installation guidance for non-Windows users.
- Ensure that any references to tools or commands are accompanied by their Linux/macOS equivalents or alternatives.
- Review the documentation for other areas where Windows-specific terminology or screenshots could be replaced or supplemented with cross-platform guidance.
Create pull request