You 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

Submit