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:
Summary:
The documentation contains a subtle Windows bias by linking to further instructions for securing REST APIs with a URL that includes '?tabs=windows', suggesting that Windows-specific instructions are the default or primary guidance. There are no explicit Linux or cross-platform command-line examples, and the only referenced tab is 'windows'. However, the main content is generally platform-neutral and does not rely on Windows-only tools or PowerShell.
Recommendations:
- Provide explicit Linux/macOS examples or instructions where platform-specific steps are referenced, especially in linked documentation.
- When linking to further documentation (e.g., for securing REST APIs), use a neutral or multi-tab link (such as '?tabs=linux' or a link to a tabbed page) to avoid suggesting Windows as the default.
- If there are command-line or scripting steps, include both Windows (PowerShell/CMD) and Linux/macOS (Bash) equivalents.
- Review all linked documentation to ensure Linux parity and that Linux users are not required to adapt Windows-specific instructions.
Create pull request