User65893105 posted
How do I enable webjobs for development locally ? In the app.config and web.config I have these lines which Ive modified but it doesn't work
<add name="AzureWebJobsDashboard" connectionString="UseDevelopmentStorage=true;"/>
<add name="AzureWebJobsStorage" connectionString="UseDevelopmentStorage=true;"/>
are these settings correct ?