I have a Node.js application that need to read its configuration from Azure App.config.
When I go through the following example:
I read:
AppConfigurationClient can authenticate using a service principal or using a connection string.
How can I have AppConfigurationClient authenticate using MSI (Managed Service Identity) ?