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 provides only C#/.NET code examples and does not include any OS-specific command-line instructions or tooling. However, in the 'Prerequisites' section, it references the .NET Core SDK 'for your operating system' and does not show bias toward Windows or Windows-specific tools. There are no PowerShell, Command Prompt, or Windows-only tool references. However, there is a lack of parity in showing how to set environment variables or run the code on Linux/macOS, which may leave Linux users without clear guidance.
Recommendations:
- Add explicit instructions or examples for setting environment variables on Linux/macOS (e.g., export AZURE_SUBSCRIPTION_ID=...) alongside any Windows instructions (if provided).
- If any command-line authentication or Azure CLI steps are referenced, ensure both Windows (cmd/PowerShell) and Linux/macOS (bash/zsh) examples are included.
- Clarify that the C#/.NET code is cross-platform and can be run on Linux and macOS as well as Windows.
- If referencing the Azure portal or tools, note that these are OS-agnostic.
- Consider adding a short section or note for Linux/macOS users on how to install the .NET SDK and run the examples.
Create pull request