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 both Bash and PowerShell command examples for environment variable setup, npm usage, and CLI commands, but consistently lists Bash first. There is no exclusive use of Windows tools, and Linux (Bash) is always represented. However, the presence of PowerShell tabs and examples throughout, and the order in which Bash is always presented before PowerShell, may indicate a slight bias towards Windows users by ensuring PowerShell parity, even though the commands are cross-platform. There are no missing Linux examples, and no exclusive mention of Windows-only tools or patterns.
Recommendations:
- Continue to provide both Bash and PowerShell examples to ensure parity.
- Consider explicitly mentioning that Bash commands work on Linux and macOS, and PowerShell commands are for Windows, to clarify platform applicability.
- If possible, add a short section at the start of the tutorial explaining how to choose between Bash and PowerShell based on the user's OS.
- Ensure that any screenshots or UI references are not Windows-specific, or provide Linux/macOS equivalents if UI differences exist.
- Maintain the current practice of not favoring Windows-specific tools or patterns, and avoid implying that PowerShell is the default unless it truly is.
Create pull request