On the local VM, you might face an issue while trying to download the task recorder: Sorry, something went wrong and the file wasn't downloaded
Follow the steps below to overcome the issue:
- Download and install latest version of Azure Storage Emulator: https://go.microsoft.com/fwlink/?linkid=717179&clcid=0x409
- Open Command prompt as administrator. Change the directory (folder) in Command Prompt to Azure Storage Emulator installation directory (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator)
- Run the following commands:
- AzureStorageEmulator.exe stop
- AzureStorageEmulator.exe clear
- AzureStorageEmulator.exe init –server localhost
- AzureStorageEmulator.exe start
This should solve your issue and you will be able to download the task recorder.
No comments:
Post a Comment