Posts

Showing posts from 2024

Azure Storage Development with Azurite — Part II Testing

The first part was about setting up Azurite and using it for local development, and how the Azure Storage Explorer can be helpful in interacting with the storage. In this second part we will use Azurite as a testcontainer for medium size Unit and Spring Integration tests. Read the article on medium...

Azure Storage Development with Azurite — Part I

This article will show the usage of Azurite, a lightweight server clone of Azure Storage. The first part will be on setup in order to use the BlobStorage, TableStorage and Queue-APIs, the second part will be on testing using Azurite testcontainer. Read the article on medium...