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 required NuGet packages using both the .NET Core CLI and the Visual Studio Package Manager Console, but the latter is a Windows-only tool and is presented second. There are no explicit Linux-specific instructions or examples, and the only IDE mentioned is Visual Studio, which is primarily associated with Windows. No Linux-native tools or editors are referenced, and there are no bash or shell examples.
Recommendations:
- Add explicit instructions for installing the packages on Linux, such as using the .NET CLI in a bash shell.
- Mention cross-platform editors like VS Code and provide guidance for users on Linux and macOS.
- Clarify that the .NET Core CLI commands work on Windows, Linux, and macOS, and consider listing them first.
- Avoid referencing Windows-only tools (like Visual Studio's Package Manager Console) without providing Linux/macOS alternatives.
- Include a note or section for Linux/macOS users to ensure parity and inclusivity.
Create pull request