Friday 6 July 2018

Microsoft Windows Azure Storage Exception while exporting data from Local Machine

Today lets discuss about one of the common issue which might be encountered while exporting data through entities from local machine.










Problem : Microsoft Windows Azure Storage Exception while exporting data from Local Machine

Root cause : Microsoft Azure storage emulator is not running.

Solution :  Search azure storage emulator on start up and execute it.

Or Another option is to start it by using cmd. Following are steps to start azure storage emulator.

  • On OneBox VM, run command prompt as administrator
  • Navigate to  “C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\”
  • Run “AzureStorageEmulator.exe start”


No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....