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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates configuring environment-specific values in Azure App Configuration using an ASP.NET Core app. It references and builds upon a prior Windows-centric quickstart, uses only .NET/C# code examples, and instructs users to modify 'launchSettings.json' (a Visual Studio/Windows-centric file) for environment variables. There are no Linux-specific instructions, nor are cross-platform alternatives (such as setting environment variables via the shell) provided.
Recommendations:
- Include instructions for setting environment variables on Linux/macOS (e.g., using export in bash/zsh) alongside the launchSettings.json method.
- Clarify that 'launchSettings.json' is primarily used in Visual Studio and may not apply to all development environments.
- Provide examples or notes for running the sample app on Linux/macOS, including any differences in file paths or commands.
- Reference cross-platform .NET Core development practices, ensuring parity for non-Windows users.
- Link to documentation on configuring environment variables in different operating systems.
Create pull request