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 mentions 'cmd, PowerShell, or Bash' as possible consoles for running .NET CLI commands, listing Windows shells before Bash. However, all provided code and command-line examples are cross-platform (using dotnet CLI), and there are no Windows-specific tools or PowerShell scripts. No Linux-specific instructions or examples are missing, but the ordering of shell examples gives Windows environments priority.
Recommendations:
- List Bash (or 'terminal') before cmd/PowerShell, or use neutral phrasing such as 'in a terminal or command prompt (e.g., Bash, PowerShell, or cmd)'.
- Explicitly state that all dotnet CLI commands work identically on Windows, Linux, and macOS.
- Where appropriate, include example output from both Windows and Linux terminals to reinforce cross-platform parity.
- If referencing shell environments, consider mentioning Linux/macOS shells first or equally.
Create pull request