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
⚠️
windows_tools
Summary:
The documentation page demonstrates Windows bias by presenting Visual Studio (a Windows-centric IDE) and its Package Manager Console (PowerShell-based) as the primary method for installing NuGet packages, with these instructions appearing before or alongside the cross-platform .NET CLI. There is no mention of Linux-specific tooling, editors, or package installation workflows. All examples and instructions assume a Windows development environment, omitting Linux alternatives or parity.
Recommendations:
- Add explicit instructions for installing NuGet packages on Linux/macOS using the .NET CLI, and clarify that the CLI works cross-platform.
- Mention and provide examples for using popular cross-platform editors (e.g., VS Code) and their workflows for package management.
- Avoid referencing Windows-only tools (such as Visual Studio's Package Manager Console) without offering Linux/macOS equivalents.
- Include notes or sections on running and deploying .NET web apps on Linux-based App Service environments.
- Ensure that all command-line instructions are platform-neutral or provide platform-specific alternatives where necessary.
Create pull request