According to the Security guidance for Azure Cosmos DB for Table: https://learn.microsoft.com/en-us/azure/cosmos-db/table/security/, the access to the DB should be done through managed identities and RBAC.
This is already implemented in Azure .NET SDK v3.
When will this library be updated to allow for AAD token authentication?
According to the Security guidance for Azure Cosmos DB for Table: https://learn.microsoft.com/en-us/azure/cosmos-db/table/security/, the access to the DB should be done through managed identities and RBAC.
This is already implemented in Azure .NET SDK v3.
When will this library be updated to allow for AAD token authentication?