Azure-functions-durable-extension: Visual Studio 15.9.6 crash before start Functions Runtime 2.0.12265.0

Created on 24 Jan 2019  路  4Comments  路  Source: Azure/azure-functions-durable-extension

Describe the bug
Azure Functions on dev machine crash before start.

Investigative information

  • Durable Functions extension version: Microsoft.Azure.WebJobs.Extensions.DurableTask Version="1.7.1"
  • Function App version: (2.0)
  • Function Runtime Version: 2.0.12265.0
  • Programming language used: C#
  • .NET Core version: netcoreapp2.1

To Reproduce
Create DurableOrchestratorFuctions from Visual Studio 15.9.6 scaffolding

Actual behavior
_Microsoft.WindowsAzure.Storage: Server encountered an internal error. Please try again after some time._

Screenshots
image

Additional context

  • Development environment (Visual Studio 15.9.6)
  • Azure Storage Explorer Work
  • Simple HttpFunctionTrigger Work

Most helpful comment

@kashimiz you save my day!

All 4 comments

What version of the Azure Storage Emulator are you using? This looks similar to a previously reported problem caused by version 5.8 of the emulator. In that case, changing to version 5.7 or 5.9 resolved the issue.

The Storage Emulator is part of the Azure SDK, so an update to that should update the emulator as well. For a targeted update, the Storage Emulator documentation provides a direct download link, which is also available under Command Line Tools on the Azure Downloads page. These links are for version 5.9.

@kashimiz you save my day!

Was this page helpful?
0 / 5 - 0 ratings