Azure App Configuration - Fundamentals

Опубликовано: 23 Март 2025
на канале: codingfreaks
2,018
42

This video shows some fundamentals about Azure App Configuration. It will explain how to deploy App Configuration and Key Vault using BICEP, how to configure it and use it in .NET. Some concepts like labels and storing of sensitive data in Key Vaults are shown to.

The source code is available at https://github.com/codingfreak/blogsa....

00:00:00 - Intro
00:01:30 - Deploying App Configuration with BICEP
00:13:15 - Explaining some basic options
00:19:18 - Using App Configuration in C#
00:30:25 - Struggling with behavior
00:37:00 - Using Labels for stages
00:42:56 - Storing objects as JSON and binding
00:47:50 - Adding Key Vault to BICEP
00:56:40 - Configuring Key Vault Secret
00:57:14 - Linking Secret to App Configuration
00:58:25 - Obtaining the secret
01:03:54 - Conclusion