An open API service indexing awesome lists of open source software.

https://github.com/physer/azure-app-configuration-demo

A demo suite for showcasing the functionalities of Azure App Configuration with .NET projects
https://github.com/physer/azure-app-configuration-demo

appconfiguration aspnetcore azure azure-functions csharp devops dotnet

Last synced: about 1 year ago
JSON representation

A demo suite for showcasing the functionalities of Azure App Configuration with .NET projects

Awesome Lists containing this project

README

          

# Azure App Configuration - Demo application
## Introduction
This repository houses a demo application for interacting with the [Azure App Configuration service](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview).

Its purpose is to showcase different functionalities of the Azure App Configuration service.
This includes Configuration management and Feature management.

In order to run this in Azure, you'll need an active subscription.

## Supported frameworks
* ASP.NET Core
* Whilst the example is made in MVC, it's also applicable for minimal APIs or Web API
* Azure Functions
* WIP
## Features
* Configuration management
* Key/Value pair
* Key-vault reference
* Live refresh (Polling)
* Environment-specific values
* Feature management
* MVC support
* Dependency injection
* Conditional features
* Live refresh (Polling)
* Environment-specific values
* Infrastructure-by-code via Bicep (WIP)
## Azure configuration
WIP
## How to run it
WIP
## How to contribute
WIP