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 shows a mild Windows bias by listing Windows-specific tools (Visual Studio) as a prerequisite and mentioning 'cmd, PowerShell, or Bash' in that order, with PowerShell used in the package installation example. There are no Linux-specific instructions or examples, and the documentation assumes familiarity with Windows development patterns.
Recommendations:
- List cross-platform IDEs or editors (e.g., VS Code, JetBrains Rider) alongside Visual Studio in prerequisites, or clarify that Visual Studio is optional.
- When referencing terminal usage, alternate the order (e.g., 'Bash, PowerShell, or cmd') or explicitly state that all commands work on Windows, Linux, and macOS.
- Use generic shell prompts (e.g., $ or #) for command-line examples, or provide both PowerShell and Bash/zsh equivalents where relevant.
- Explicitly mention that the .NET SDK and Azure CLI are cross-platform and provide links or notes for Linux/macOS installation where appropriate.
- Include troubleshooting notes or links for Linux/macOS users, especially for common issues (e.g., file permissions, path differences).
Create pull request