How should you complete the code?

You have an Azure Cosmos DB account named Account1. Account1 contains a database named DB1. DB1 contains a collection named Coll1. Coll1 contains a stored procedure named Sp1. Sp1 reads the data in Coll1.

You need to create a user named User1 who will have the permissions to run Sp1.

How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Answer:

Latest 70-777 Dumps Valid Version with 57 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Gilberto
Gilberto
3 years ago

The answer should be:

(“db1), user1);
All
(“db1), “user1”), docPermission);;