Is there a way to work with Azure Key Vault in localhost with Managed Identity on Visual Studio?
I want to add Azure Key Vault to my C# app but I'd like to run the code locally. Is there a possible way? A lot of documentation says that AKV only works on Azure env but here a Microsoft…