In our applications, we use some specific Azure functions (mainly blob storage). With block storage, we figured out how to run it without requiring a sluggish Azure Emulator.
We are currently experimenting with previewing caching. It does some pretty cool things and can help solve some of the performance issues that I have with some of our features, but I didn't get it working without running it in either the emulator or the Azure production environment.
So, is there any known way to make it work on its own? To run our application in an emulator to do something, it is a kind of transaction breaker, especially for some of our developers on machines without SSDs.
source share