visual studio - How to clear Azure Storage Emulator Data from command line? -
my solution using azure emulator. clear azure storage emulator blobs, queues , tables without having perform manual actions. need able command line, preferably powershell.
server explorer in visual studio 2015, azure-node:
azurestorageemulator.exe returns following commands:
- azurestorageemulator.exe init: initialize emulator database , configuration.
- azurestorageemulator.exe start: start emulator.
- azurestorageemulator.exe stop: stop emulator.
- azurestorageemulator.exe status: current emulator status.
- azurestorageemulator.exe clear: delete data in emulator.
- azurestorageemulator.exe [command]: show general or command-specific help.
however when trying out "clear" following returned:
the following services have been succesfully cleared of user data: none
ops! mistake, correct command is:
c:\program files (x86)\microsoft sdks\azure\storage emulator
.\azurestorageemulator.exe clear
Comments
Post a Comment