397 Views
As part of writing code to read and write data to Azure Cosmos DB I created a bunch of test cases. However, I didn't want to have my test cases reading and writing from an actual Cosmos DB instance. For this, the Cosmos DB Emulator is perfect.
0 comments