How to Use Azure Key Vault to Keep Your .NET API Secrets Safe!

How to Use Azure Key Vault to Keep Your .NET API Secrets Safe!

16.260 Lượt nghe
How to Use Azure Key Vault to Keep Your .NET API Secrets Safe!
How to Use Azure Key Vault to Keep Your .NET API Secrets Safe! Your secrets and connection strings in your apis are the most important pieces of information in your application, so why would you ever think to leave them in your project or push them to Git? Using Azure Keyvault this Azure service allows you to safely store your apis secrets and access them securely by only the people that actually need to see them. In this video i want to cover what code you need in your .net api as well what u have to create in the Azure portal to make it all work. DotNet API Repo: https://github.com/israelquiroz93/JWTClientYT 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 #AzureKeyVault #azure #dotnet TimeStamps ---------------------------- 00:00 Intro 00:40 Introduction To The API Project 01:16 What's Created In My Azure Portal 02:15 Updates To AppSettings.json 03:05 Nuget Packages We Need! 03:33 Changes In Program.cs For Azure KeyVault config 07:16 Creating Our Azure KeyVault 09:02 Registering Your App In Azure 10:40 Giving Azure Key Vault Access To The Api 12:33 Testing The API With Azure Key Vault