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 page provides examples of SDK version strings that only reference Windows platforms (e.g., 'Windows_NT', 'Microsoft Windows'), and .NET/Node.js SDKs running on Windows. No Linux or macOS examples are shown, and there are no CLI or shell examples for Linux users. The only code samples are Kusto queries, which are platform-neutral, but where platform-specific output is shown, only Windows is mentioned.
Recommendations:
- When showing SDK version strings, include examples for Linux and macOS platforms (e.g., Ubuntu, Debian, macOS) alongside Windows.
- If referencing .NET or Node.js SDKs, show example sdkVersion outputs for those SDKs running on Linux (e.g., '.NET/1.21.2 (.NET Core 3.1; Ubuntu 20.04; X64)').
- Where screenshots or instructions reference the Azure portal, consider adding notes or links for equivalent Azure CLI or az commands, which are cross-platform.
- Explicitly state that the monitoring and logging features are available and supported on all major platforms, not just Windows.
- If referencing sample code or Event Hubs client samples, include links to Linux/macOS compatible samples (e.g., Python, Java, or Node.js) in addition to .NET.
Create pull request