Skip to content

Commit

Permalink
Mention Azurite in-memory persistence option (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen authored Dec 4, 2023
1 parent 9fdd310 commit 97f7acb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97f7acb

Please sign in to comment.