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

Tim Philomeno 0 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,141 questions
0 comments No comments
{count} votes

1 answer

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

    You may refer this tutorial.

    https://learn.microsoft.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