Cloud native applications often run on multiple vms or containers in many regions using multiple external services. One key recommendation is to separate configuration from our code. Let's have a chat with Ye and hear how Azure App Configuration helps with our cloud native apps.
Lisa Guthrie
Azure App Configuration is a developer-focused service in Azure that manages and distributes application settings. It helps implement patterns, such as the 12-factor app, and is particularly useful for cloud native and other distributed applications. In this episode, we'll discuss how you can use Azure App Configuration to simplify management of and secure access to your application settings.
- What is App Configuration and what problem does it solve?
- What languages are supported through the SDK?
- We as .NET Developers are use to having to reload our applications when settings change. .NET Core has made some real improvements, does this middleware get us there too?
- Is there support for Managed Identity?
What is Azure App Configuration
Tutorial: Use dynamic configuration in an ASP.NET Core app
Redesigning Configuration Refresh for Azure App Configuration