QuestionQ22
Connect to and consume Azure servicesYou are developing a .NET application that uses Azure Cosmos DB for NoSQL to store application data.
The application uses the Azure Cosmos DB for NoSQL SDK to interact with the database account.
The application must perform the following tasks:
- Initialize the connection by using the account endpoint and key.
- Define shared throughput.
- Perform create, read, update, and delete (CRUD) operations on items stored in a container.
You need to implement the SDK components required for the application to access and manage data in Azure Cosmos DB for NoSQL. Which SDK components should you use?
Each component may be used once, more than once, or not at all.
Drag & Drop
Database
CosmosClient
Container
Indexing policy
Initialize the connection by using the account endpoint and key.
Define shared throughput.
Perform item CRUD operations.
Community Discussion