Is it possible to use managed service identity from command line or from Visual Studio Code?
I've seen there's an extension for Visual Studio. Is there anything similar for VS Code, or an MSI endpoint accessible outside Azure?
If not, what's the correct way of mocking/bypassing MSI authentication?
Than you in advance!
Edit: I'm using nodejs and trying to get the Keyvault working with MSI, following this example.