Exercise - Retrieve configuration settings from Azure App Configuration

Completed

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:

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

Button to launch exercise.