4

When I debug the Timer Function, I get the message (forever) and cannot continue debugging... "The host is taking longer than expected to start"

enter image description here

Vinnie
  • 58
  • 3
naag
  • 401
  • 1
  • 4
  • 4
  • I have the same issue although my function is a Service Bus Topic Trigger. I was debugging it fine for a while but now it has stopped connecting to the host and I get the same message. – Vinnie Sep 25 '17 at 23:09

1 Answers1

0

I had this problem and I resolved it by setting values for AzureWebJobsDashboard and AzureWebJobsStorage in my local.settings.json file.

I obtained these values from the Azure portal under:

Function Apps -> FunctionAppName -> Function app settings -> Manage application settings

Avalanchis
  • 4,500
  • 3
  • 39
  • 48