Summary

Completed

Configuration is central to building an app in a way that allows its dependencies to vary, based on the environment in which you deploy it.

In this module, you learned:

  • The purpose of the ConfigurationBuilder mechanism, which is to help avoid storing sensitive configuration information in easily accessible locations.
  • How to use ConfigurationBuilder in a web app to retrieve access keys from your Azure key vault at runtime.

Clean up

The sandbox automatically cleans up your resources when you're finished with this module.

When you're working in your own subscription, it's a good idea at the end of a project to identify whether you still need the resources you created. Resources that you leave running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.

Learn more

To learn more about using ConfigurationBuilder and Azure Key Vault, see: