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 does not display overt Windows bias in terms of command-line tools or PowerShell usage, but it does lack explicit Linux parity. The only command-line example is 'dotnet add package', which is cross-platform, and all code samples are in C# (which is also cross-platform). However, there are no examples or notes about running these commands or setting environment variables on Linux or macOS, nor are there shell-specific instructions or examples for non-Windows users.
Recommendations:
- Add explicit instructions or examples for setting environment variables on Linux/macOS (e.g., export AZURE_CLIENT_ID=...) alongside any Windows-specific instructions (e.g., set AZURE_CLIENT_ID=...).
- Clarify that 'dotnet' commands are cross-platform and can be run on Linux, macOS, and Windows.
- If referencing the Azure Portal, note that it is accessible from any OS.
- Consider providing code samples or command-line snippets in Bash or other popular shells where relevant, especially for environment setup.
- Add a note or section confirming that all steps are supported on Linux and macOS, not just Windows.
Create pull request