Forum Discussion
micmic430
Jul 05, 2023Copper Contributor
Connect to cosmosdb read-only database
I have a cosmosdb and it has a read-only replica in another region .
how to connect to it using RBAC authentication ( or using service principal)
Can I limit the RU base on this service principal ?
Is the RU used on this replica is shared with the primary read-write replica ?
I am going to use python script from databricks to do so . thanks
2 Replies
Sort By
did you setup like this? If yes, suppose use the same RBAC on read-only one access:
Read replicas - Azure Cosmos DB for PostgreSQL | Microsoft Learn
- micmic430Copper ContributorMay I know any one has the idea ?