2

I wrote a simple azure function on the Azure portal and now since I've to add some more trivial code I decided to write it with vs2017 enterprise then package the dll and deploy it. My azure function is a timer function and when I try to run it locally I got this

Log

where should I set this config.UserTimers()?

Thanks.

2 Answers 2

1

Please try to see if you are debuging in "Release" or "Debug" mode on the tool bar

The correct mode should be "Debug"
enter image description here

When running in release mode .pdb files are not get created and then you can't debug

Sign up to request clarification or add additional context in comments.

Comments

0

This is done by the underlying WebJobs SDK. Scheduling for Azure Functions is explained hereafter : https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.