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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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