Azure Storage Emulator 4.6

MartinVanBuren's Avatar

MartinVanBuren

03 Jan, 2017 07:13 PM

The latest Azure SDK included on the build machines do not include the latest Azure Storage Emulator. Using the Azure Storage Emulator for tests on ASP.Net Core 1.1 causes tests to fail with an exception saying to upgrade to Storage Emulator 4.6. I've included a log of my build and tests as well as the link to the latest storage emulator installer.

I appreciate how open you guys are with everything, keep up the good work.

Azure Emulator 4.6 Download

  1. Support Staff 1 Posted by Feodor Fitsner on 03 Jan, 2017 07:55 PM

    Feodor Fitsner's Avatar

    We'll update Azure Storage Emulator to the latest one during the next build worker image update. I added a new issue to track the status: https://github.com/appveyor/ci/issues/1248

    For now you can update it during the build with the following PS script:

    $msiPath = "$env:TEMP\MicrosoftAzureStorageEmulator.msi"
    (New-Object Net.WebClient).DownloadFile('http://download.microsoft.com/download/8/B/9/8B905834-DA6B-4A0A-A6C2-C1B8ACD9141D/MicrosoftAzureStorageEmulator.msi', $msiPath)
    cmd /c start /wait msiexec /i $msiPath /quiet
    del $msiPath
    
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:10 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

13 Sep, 2023 06:05 AM
10 Sep, 2023 03:43 PM
09 Sep, 2023 05:53 PM
08 Sep, 2023 07:10 PM
31 Aug, 2023 07:59 PM
13 Aug, 2023 04:55 AM