Category: KeyVault

  • Microservice and Azure Integration Part 4 : Adding Azure KeyVault

    In this post, I’m going to add Azure KeyVault integration to my little microservice. The beauty of KeyVault is it’s layered security. I don’t need to keep anything in my appsettings.json, or in my secrets.json. KeyVault takes care of all of that now, meaning my code doesn’t contain any hardcoded secrets. The trick to doing…