Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.01 KB

Azure App Configuration - Demo application

Introduction

This repository houses a demo application for interacting with the Azure App Configuration service.

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