I need to get access to my Key Vault during development and debugging. Is it possible via using managed service identity? I see that my code can get this credentials when t
Check out the docs for the DefaultAzureCredential (.NET) which explain how to set this up for both development and Managed Identity.
Below are the links for some of the other supported languages.
Java
JavaScript
Python