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:

enter image description here

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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -