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 demonstrates a mild Windows bias by listing Windows terminal options (Command Prompt, PowerShell) before Bash when instructing users to open a terminal. However, all command-line instructions use cross-platform .NET CLI commands, and there are no PowerShell-specific scripts or Windows-only tools. No Linux-specific examples or troubleshooting are provided, but no Linux functionality is missing.
Recommendations:
- List terminal options in a neutral or Linux-first order, e.g., 'Bash, Command Prompt, or PowerShell'.
- Explicitly state that all commands work on Windows, Linux, and macOS.
- Add a note or section confirming that the .NET SDK and Azure SDKs are cross-platform, with links to installation instructions for Linux and macOS.
- Provide troubleshooting tips or environment setup notes for Linux users if there are known differences (e.g., environment variable configuration for DefaultAzureCredential).
Create pull request