Azure App Configuration - Fundamentals

Ғылым және технология

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 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

Пікірлер: 3

  • @EivindGussiasLkseth
    @EivindGussiasLkseth8 ай бұрын

    I don't think DefaultAzureCredential() will work in my case, where I've got a .NET 6 WebApi on-prem, which needs a service principal with certificate client secret to authenticate. Maybe you've already made a video explaining how to do that scenario?

  • @EivindGussiasLkseth

    @EivindGussiasLkseth

    8 ай бұрын

    It's called ClientCertificateCredential and is part of the same Azure.Identity package as used in the video.

  • @real-codingfreaks

    @real-codingfreaks

    8 ай бұрын

    @@EivindGussiasLkseth but then you switched to certs which is more complicated somehow. But you also could configure the SP using password creds.