microsoft / code-with-engineering-playbook

This is the playbook for "code-with" customer or partner engagements
https://microsoft.github.io/code-with-engineering-playbook/
Creative Commons Attribution 4.0 International
2.15k stars 568 forks source link

Mention Azurite in-memory persistence option #1016

Closed joelverhagen closed 7 months ago

joelverhagen commented 7 months ago

Pull Request Template

What are you trying to address

I made an OSS contribution to Azurite to implement --inMemoryPersistence. This disables the disk storage which is ideal for test runs so there's no left over test data you need to clean up. I think it might be nice to mention this option on the doc.

README on Azurite: https://github.com/Azure/azurite#use-in-memory-storage

A blog post I wrote about it: https://www.joelverhagen.com/blog/2023/11/azurite-in-memory