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
⚠️
missing_linux_example
Summary:
The documentation provides installation instructions for the required NuGet packages using both the .NET Core CLI and the Visual Studio Package Manager Console (PowerShell). However, the Package Manager Console (a Windows/Visual Studio-specific tool) is given equal prominence to the cross-platform .NET CLI, and no explicit Linux or non-Windows development environment guidance is offered. There are no Linux-specific instructions or terminal examples, and the Visual Studio workflow is highlighted, which is Windows-centric.
Recommendations:
- Clearly indicate that the .NET Core CLI instructions are cross-platform and preferred for Linux/macOS users.
- Add explicit Linux/macOS terminal instructions (e.g., using bash/zsh) for installing packages.
- De-emphasize or move the Visual Studio/Package Manager Console (PowerShell) instructions to a secondary position, or label them as 'Windows/Visual Studio only'.
- Include a note or section on developing and running the sample on Linux (e.g., using VS Code, JetBrains Rider, or the terminal).
- Ensure that all tooling and workflow steps are described in a platform-neutral way unless a step is truly Windows-specific.
Create pull request