How to make integration test for Azure Storage in C# – Part 2

In the first part and previous article, we covered how to install Azurite, an Azure Storage Emulator. We have also learned how to fire up a local emulator for testing. Now we will build a small storage app that can do basic stuff like, read, write and delete, and then we will test it with … Continue reading How to make integration test for Azure Storage in C# – Part 2