Azure: Allow usage of managed identities instead of app registration to access Azure resources

Today, key connector only support app registration credential to access Azure Keyvault.

It would be great to be able to use Azure managed identity to access Azure resources.

It’s only a matter of using DefaultCredential function from the Azure.Identity library.

(same for mssql access…)