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 .NET code samples and references output as 'console window', but does not specify or show examples for Linux environments or shells. There is an implicit assumption of a Windows environment (e.g., 'console window'), and no mention of Linux-specific considerations or parity in setup, execution, or output. There are no PowerShell-specific commands, but the lack of Linux/Unix shell references or examples constitutes a subtle Windows-first and missing-Linux-example bias.
Recommendations:
- Clarify that the .NET examples are cross-platform and can be run on Linux, macOS, and Windows.
- Include explicit instructions or notes for running the code on Linux (e.g., using dotnet CLI in bash/zsh).
- Show sample output in a way that is neutral (e.g., 'terminal output' instead of 'console window'), or provide both Windows and Linux terminal examples if there are differences.
- Mention any OS-specific prerequisites or differences in environment setup, if applicable.
- If referencing file paths or delimiters, clarify cross-platform behavior (e.g., forward slash is standard on both platforms, but clarify if any .NET APIs behave differently on Windows vs. Linux).
Create pull request