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 references a link for securing REST APIs with a query parameter '?tabs=windows', suggesting that Windows-specific instructions are prioritized or presented first. There are no explicit Linux or cross-platform command-line examples, nor is there mention of Linux tooling or parity in the referenced sections. The documentation assumes a Windows environment for certain setup steps, which may hinder Linux users.
Recommendations:
- Ensure that all referenced links (such as 'secure-rest-api.md?tabs=windows') provide Linux/macOS tabs or examples, and mention this in the documentation.
- Explicitly state that the instructions are cross-platform where applicable, or provide parallel Linux/macOS instructions if differences exist.
- Avoid using Windows-specific query parameters or language in documentation unless absolutely necessary; instead, use neutral or multi-platform phrasing.
- Where command-line or scripting is referenced, provide both PowerShell (Windows) and Bash (Linux/macOS) examples.
- Audit all referenced guides for similar bias and update them to ensure Linux parity.
Create pull request