From c9ff6513fe7de427200e8ff8d92822f1fa3adeb4 Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Fri, 1 Dec 2023 12:12:32 -0800 Subject: [PATCH] Mention Azurite in-memory persistence option --- .../tech-specific-samples/blobstorage-unit-tests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/automated-testing/tech-specific-samples/blobstorage-unit-tests/README.md b/docs/automated-testing/tech-specific-samples/blobstorage-unit-tests/README.md index db99b5cab6..b985356bcf 100644 --- a/docs/automated-testing/tech-specific-samples/blobstorage-unit-tests/README.md +++ b/docs/automated-testing/tech-specific-samples/blobstorage-unit-tests/README.md @@ -33,6 +33,8 @@ mkdir c:/azurite azurite --silent --location c:\azurite --debug c:\azurite\debug.log ``` +If you want to avoid any disk persistence and destroy the test data when the Azurite process terminates, you can pass the `--inMemoryPersistence` option, as of Azurite 3.28.0. + The output will be: ```shell