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
- Host: GitHub
- URL: https://github.com/physer/azure-app-configuration-demo
- Owner: Physer
- License: apache-2.0
- Created: 2022-04-07T07:39:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T14:21:36.000Z (about 4 years ago)
- Last Synced: 2023-06-17T08:40:15.289Z (about 3 years ago)
- Topics: appconfiguration, aspnetcore, azure, azure-functions, csharp, devops, dotnet
- Language: C#
- Homepage:
- Size: 890 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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