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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation provides instructions and command-line examples that are platform-neutral in wording, but the use of 'command window' and the 'dos' code block hints at a Windows-first approach. There are no explicit Linux/macOS terminal instructions or screenshots, and no mention of platform-specific differences, which may leave Linux users without clear guidance.
Recommendations:
- Explicitly mention that the .NET CLI commands (dotnet build, dotnet run) work on Windows, Linux, and macOS.
- Replace 'command window' with 'terminal' or 'command prompt or terminal' to be inclusive of all platforms.
- Use the 'bash' code block for CLI commands, or provide both 'dos' and 'bash' code blocks where appropriate.
- Add a note or section for Linux/macOS users, including any OS-specific steps (such as installing .NET SDK or running the app).
- Include screenshots or terminal output examples from Linux/macOS environments, or clarify that the instructions are cross-platform.
Create pull request