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
Summary:
The documentation provides environment variable setup instructions for Windows Command Prompt and PowerShell before mentioning Linux/macOS, and gives explicit PowerShell examples. While Linux/macOS commands are included, Windows instructions are consistently presented first, and PowerShell is given equal prominence to Bash, which may suggest a slight Windows bias.
Recommendations:
- Alternate the order of platform instructions, sometimes listing Linux/macOS first.
- Group all platform-specific instructions under clearly labeled headings, or use tabs to avoid implicit prioritization.
- Consider reducing the prominence of PowerShell unless there are unique steps required for Windows users.
- Where possible, provide cross-platform commands (e.g., using env files or cross-platform tools) to minimize OS-specific instructions.
- Explicitly state that all steps are supported on Linux/macOS and Windows, to reinforce parity.
Create pull request