QuestionQ194
Maintain an Azure Cosmos DB solutionYou have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
You need to grant a user named User1 the ability to insert items into container1 by using role-based access control (RBAC). The solution must follow the principle of least privilege.
Which role should you assign to User1?
- A CosmosDB Operator only
- B DocumentDB Account Contributor and Cosmos DB Built-in Data Contributor
- C DocumentDB Account Contributor only
- D Cosmos DB Built-in Data Contributor only
Community Discussion