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 page demonstrates a mild Windows bias by listing Windows-specific console environments (cmd, PowerShell) before Bash when instructing users to create a .NET project. However, all commands and instructions are cross-platform, and there are no PowerShell-specific scripts, Windows-only tools, or missing Linux examples. The documentation otherwise maintains good parity for Linux and macOS users.
Recommendations:
- List Bash (or 'Bash, cmd, or PowerShell') first or equally when mentioning console environments to avoid implying Windows is primary.
- Explicitly state that all commands work on Windows, Linux, and macOS to reinforce cross-platform support.
- Where relevant, provide any OS-specific notes (e.g., environment variable setup differences) to ensure clarity for Linux/macOS users.
- Consider including a brief section or note on running the sample on Linux/macOS to further demonstrate parity.
Create pull request