Last active
February 17, 2022 09:12
-
-
Save kirill-d-lappo/b99c54f984387c37a7db00d55e804a36 to your computer and use it in GitHub Desktop.
Azurite (Azure Storage) Startup Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Set Azure Storage connection string to UseDevelopmentStorage=true" | |
| azurite --silent --location ~/.azurite-data --debug ~/.azurite-data/debug.log --loose --skipApiVersionCheck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment