Created
January 27, 2023 08:05
-
-
Save the-rob/11163ddda3c0586a0cf050b8abe6c209 to your computer and use it in GitHub Desktop.
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
| SET emu="%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" | |
| %emu% stop | |
| %emu% clear all | |
| %emu% start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment