I'm using Azurite (Blob Storage Simulator) to unit test Blob Storage applications, how can I force or fake some failure cases to test the error handling ?
I can use Azurite to test normal success cases, but how could I to force or fake some failure case to test the exception capture and error-handling ?