Using Managed Identities to authenticate with Azure Cosmos DB
We can make authenticated calls to Cosmos DB using System Assigned Managed Identities instead of using connection strings.
8 min readMar 25, 2022
--
In Azure, Managed Identities provide our Azure resources with an identity within Azure Active Directory. We can use this identity to authenticate with any…