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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows-first bias by referencing Windows-specific tools and patterns before cross-platform or Linux alternatives. For example, the .NET installation check uses a Windows registry query, and console examples mention 'cmd' and 'PowerShell' before 'Bash'. There are no Linux-specific instructions or examples for verifying .NET installation or environment setup, and no explicit Linux/macOS guidance is provided for environment variables or terminal usage.
Recommendations:
- Provide equivalent Linux/macOS commands for checking .NET installation (e.g., 'dotnet --list-sdks' or 'which dotnet').
- List 'Bash' or 'terminal' before or alongside 'cmd' and 'PowerShell' when referencing console windows.
- Include explicit instructions for setting environment variables on Linux/macOS (e.g., 'export LANGUAGE_KEY=...').
- Ensure screenshots and navigation steps are not Windows-centric, or clarify that the Azure Portal UI is cross-platform.
- Wherever possible, use cross-platform language and avoid Windows-specific terminology unless necessary.
Create pull request