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 lists Windows OS first in browser support tables and includes Safari as a browser option for Windows and Linux, even though Safari is not natively available on those platforms. There are no command-line examples or tooling references specific to Windows (e.g., PowerShell), but there are also no Linux-specific examples or parity in SDK usage or CLI instructions. The only SDK example is in .NET/C#, which is more common on Windows, and there are no examples in languages or tools more typical for Linux environments (e.g., Python, Node.js, Bash).
Recommendations:
- Provide SDK usage examples in additional languages/platforms commonly used on Linux, such as Python, Node.js, or Java.
- Include CLI-based examples (e.g., using curl or Azure CLI) for REST API interactions, which are platform-agnostic and familiar to Linux users.
- Clarify browser support tables to avoid listing Safari under Windows and Linux, as Safari is not natively available on those platforms.
- Ensure that any references to tools or workflows are cross-platform or provide Linux-specific alternatives where appropriate.
- Explicitly mention that all REST API and Azure portal steps are platform-independent, and highlight any platform-specific considerations if they exist.
Create pull request