This has been added at some point. The connection string must include AuthType=ManagedIdentity
. Example given by Microsoft documentation is
account=<account name>;database=<db name>;region=<region name>;AuthType=ManagedIdentity
but I could not find any official blog post or more detailed information about this feature.