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 assumes the use of ASP.NET Core and C#, which are cross-platform, but all instructions and examples are tailored to Visual Studio-style workflows and do not mention Linux or cross-platform development environments. There are no CLI, shell, or Linux-specific instructions or examples, and the Azure Portal UI steps are described without alternatives for command-line or automation scenarios common on Linux. The documentation implicitly assumes a Windows-centric development environment.
Recommendations:
- Add equivalent instructions and examples for Linux environments, such as using the Azure CLI or Bash scripts to add Key Vault references and manage App Configuration.
- Explicitly mention that the steps apply to all platforms supported by ASP.NET Core, including Linux and macOS.
- Provide code snippets or instructions for editing files and running commands in a cross-platform way (e.g., using VS Code, nano, or command-line editors instead of assuming Visual Studio).
- Include references to automation and scripting approaches (e.g., az CLI, PowerShell Core, Bash) for managing Azure resources, not just portal-based workflows.
- Clarify that the .NET Core SDK and tools are available on Linux and macOS, and provide links or notes for installing and using them on those platforms.
Create pull request