Skip to content

Latest commit

Β 

History

History
48 lines (32 loc) Β· 1.53 KB

File metadata and controls

48 lines (32 loc) Β· 1.53 KB

.NET API to connect with Azure App Configuration

Made by GitHub

πŸ‘©πŸ»β€πŸ’» About the project

  • API to get the configuration value from the Azure app configuration.

πŸ’» Getting started

Clone the project and access the folder

$ git clone https://github.com/cahribeiro/AzureConfiguration.git && cd AzureConfiguration

Follow the steps below

# Configuration in Azure
create an App Configuration
add a KeyValue in App Configuration
in "Identity" options, switch Status to On and select Save.
in Access control (IAM), select Add > Add role assignment, on the Role tab, select the App Configuration Data Reader role. on the Members tab, select Managed identity, and then select Select members. Add your user.

#Configuration in project
in appsettings.json file, add the url from Azure App Configuration.
when running locally don't forget to put your Azure credentials in visual studio options.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’œ Β by Carolina Ribeiro πŸ‘‹ Β See my linkedin