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
where should I set this config.UserTimers()?
Thanks.

