Tip for easily setting up existing user secrets on a different machine
Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
See what has changed in the area of configuration in ASP.NET Core 2.0. We will check typical configuration with the default WebHostBuilder, and how configuration is passed to Startup.
Explores the different ways in which we can provide configuration settings to ASP.NET Core applications.