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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a mild Windows bias by listing Windows-specific consoles (cmd, PowerShell) before Bash when instructing users to create a new C# application. There are no Linux- or macOS-specific examples, troubleshooting tips, or notes, and all instructions are generic but implicitly assume familiarity with Windows environments. No Linux-specific tools, commands, or environment considerations are mentioned.
Recommendations:
- List Bash (or 'terminal') before Windows-specific consoles (cmd, PowerShell) when describing cross-platform steps, or mention all platforms equally (e.g., 'in a terminal such as Bash, cmd, or PowerShell').
- Explicitly state that the instructions apply to Windows, Linux, and macOS, and provide any OS-specific notes if needed (e.g., file path differences, environment variable setup).
- Include troubleshooting tips or notes for Linux/macOS users, such as required dependencies or permissions.
- If referencing the Azure portal or other tools, clarify that they are web-based and not OS-specific.
- Where appropriate, provide example commands or screenshots from Linux/macOS terminals in addition to Windows.
Create pull request