Use Azure Managed Identities and Azure Key Vault to Protect Your .NET API Secrets!

Use Azure Managed Identities and Azure Key Vault to Protect Your .NET API Secrets!

8.253 Lượt nghe
Use Azure Managed Identities and Azure Key Vault to Protect Your .NET API Secrets!
Use Azure Managed Identities and Azure Key Vault to Protect Your .NET API Secrets We all know we shouldn't have our app secrets and production connection strings in our app settings file, but sometimes it's an easy trap to fall into. We don't want sensitive information possibly being pushed to the repo or just sitting in the project. All it takes is one mistakes for secrets to be exposed. By harnessing managed identities and azure keyvault you can take everything in your app settings file and throw it into Azure. Allowing you to have a safer .net app and keep a clean app settings file. Support Me On Patreon: https://www.patreon.com/israelquiroz Follow Me On TikTok: https://www.tiktok.com/@israelquiroz93?lang=en All My Links Here: https://linktr.ee/israelquiroz #ManagedIdentity #azure #dotnet TimeStamps ---------------------------- 00:00 Intro 00:23 What Are Managed Identities? 01:30 Our .Net 7 API Project, DB, & Azure Services 02:13 The Problem To Fix In Our App Settings File 03:04 Nuget Packages You Need! 03:22 Updating .Net 7 API To Use Managed Identities In Production 06:04 Creating Our Azure Web APP & Adding Managed Identity To Azure Key Vault 08:20 Demo of Managed Identities Working In Azure