I am trying to integrate Key Vault into my dotnet core 8 mvc application to retrieve my database connection string

Tim Philomeno 20 Reputation points
2024-05-05T12:21:18.9666667+00:00

I am new to Azure and trying to do a very simple thing. I am trying to integrate Key Vault into my dotnet core 8 mvc application to retrieve my database connection string. I see a lot of examples and documentation about this but almost none of it is using dotnet core 8. Is there a basic example of this somewhere?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,175 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,181 Reputation points
    2024-05-05T13:50:01.67+00:00

    You may refer this tutorial.

    https://video2.skills-academy.com/en-us/azure/azure-app-configuration/use-key-vault-references-dotnet-core

    The tutorial requires ASP.Net core 6.0 or later, so it must work with .Net Core 8.

    Hope this helps