Failed to debug Azure timer function in Visual Studio 2017

When I debug the timer function, I get a message (forever) and cannot continue debugging ... "The host is taking more time than expected"

enter image description here

+4
source share
1 answer

I had this problem and solved it by setting the values ​​for AzureWebJobsDashboard and AzureWebJobsStorage in the local.settings.json file.

I got these values ​​on the Azure portal in the section:

Function Applications β†’ FunctionAppName β†’ Application Application Settings β†’ Managing Application Settings

0
source

Source: https://habr.com/ru/post/1686003/


All Articles