I am trying to connect to cosmos db table api using Managed Identity. According to the documentation here, cosmos db supports Managed Identity. I couldn't find any documentation that says anything specific about table api. I am using .Net standark SDK but it doesn't seem to have support for Managed Identity.
Is it possible to use Managed Identity with Cosmos Db table api?
If yes, What should I do to use Managed Identity for CosmosDb table api?
Thanks.