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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation provides only C#/.NET code samples and instructions, which are cross-platform in theory, but all environment variable instructions and workflow descriptions implicitly assume a Windows-centric approach. There are no explicit Linux/macOS shell examples for setting environment variables, and the Azure portal navigation instructions do not mention platform differences. There is no mention of Linux-specific tooling or command-line usage, and no parity in example commands for Linux users.
Recommendations:
- Add explicit shell (bash/zsh) examples for setting environment variables on Linux/macOS, alongside any Windows/PowerShell equivalents.
- Clarify that .NET Core SDK and the Azure SDK are cross-platform, and provide links or notes for Linux/macOS installation instructions.
- When instructing users to set environment variables, provide both Windows (setx, PowerShell) and Linux/macOS (export, .bashrc) command examples.
- If referencing Azure CLI or other tools, ensure Linux usage is demonstrated or at least mentioned.
- Explicitly state that all code samples are cross-platform and can be run on Linux, macOS, or Windows, and note any OS-specific caveats if present.
Create pull request