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
⚠️
missing_linux_example
Summary:
The documentation references Windows-specific consoles (cmd, PowerShell) before Bash, and does not provide any Linux/macOS-specific instructions or examples for environment variable setup, editor usage, or running the application. All instructions are generic but implicitly assume familiarity with Windows environments.
Recommendations:
- When listing consoles, mention Bash (Linux/macOS) first or equally with cmd/PowerShell.
- Provide explicit examples for setting environment variables on Linux/macOS (e.g., export AAD_CLIENT_ID=...).
- Include notes or examples for opening and editing files using common Linux/macOS editors (e.g., nano, vim, code).
- Clarify that the .NET SDK and all commands work cross-platform, and provide any OS-specific caveats if necessary.
- Add a section or callout for running the application on Linux/macOS, including any differences in output or troubleshooting tips.
Create pull request