https://github.com/aimenux/azureappconfigurationdemo
Using AzureAppConfiguration to read/write configuration settings
https://github.com/aimenux/azureappconfigurationdemo
azure-app-configuration net50 vs19
Last synced: 5 days ago
JSON representation
Using AzureAppConfiguration to read/write configuration settings
- Host: GitHub
- URL: https://github.com/aimenux/azureappconfigurationdemo
- Owner: aimenux
- Created: 2020-12-18T23:46:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-19T00:07:35.000Z (over 5 years ago)
- Last Synced: 2025-02-27T01:54:35.156Z (over 1 year ago)
- Topics: azure-app-configuration, net50, vs19
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# AzureAppConfigurationDemo
```
Using AzureAppConfiguration to read/write configuration settings
```
> In this demo, i m playing with [AzureAppConfiguration](https://docs.microsoft.com/en-us/azure/azure-app-configuration/overview) service.
>
> The project `App` use a hosted service in order to :
> - Create configuration settings in AAC
> - Read configuration settings from AAC
> - Delete configuration settings from AAC
>
**`Tools`** : vs19, net 5.0