Bias Analysis
Detected Bias Types
windows_tools
windows_first
Summary
The documentation page shows mild Windows bias in the 'Prerequisites' section, where Windows-specific tools (Azure PowerShell) and the Azure portal are mentioned before the Azure CLI, and a PowerShell example is given for .NET package installation. However, the main client library usage examples are cross-platform and do not show further Windows bias.
Recommendations
- List cross-platform tools (Azure CLI) before Windows-specific tools (Azure PowerShell, Azure portal) in the prerequisites section.
- Provide explicit instructions or examples for Linux/macOS environments where relevant (e.g., package installation commands for .NET using bash).
- Clarify that Azure CLI is available on all platforms and is recommended for cross-platform usage.
- Where PowerShell is used for .NET, offer a bash alternative for Linux/macOS users.
Create Pull Request