Exercise - Retrieve configuration settings from Azure App Configuration
In this exercise, you create an Azure App Configuration resource, store configuration settings using Azure CLI, and build a .NET console application that uses the ConfigurationBuilder to retrieve configuration values. You learn how to organize settings with hierarchical keys and authenticate your application to access cloud-based configuration data.
Tasks performed in this exercise:
- Create an Azure App Configuration resource
- Store connection string configuration information
- Create a .NET console app to retrieve the configuration information
- Clean up resources
This exercise takes approximately 15 minutes to complete.
Before you start
To complete the exercise, you need:
- An Azure subscription. If you don't already have one, you can sign up for one https://azure.microsoft.com/.
Get started
Select the Launch Exercise button to open the exercise instructions in a new browser window. When you're finished with the exercise, return here to:
- Complete the module
- Earn a badge for completing this module
