From 97f7acbad1dc7befd41c1fc1f5e6782d2718f479 Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Mon, 4 Dec 2023 03:27:21 -0500 Subject: [PATCH] Mention Azurite in-memory persistence option (#1016) --- .../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