I want to have a precompiled Azure Function that is based off a timer trigger.
What nuget package do I need to install, or what dll do I need to reference to get access to the TimerInfo class? I can't find it anywhere.
Azure Functions lets you use Visual Studio to create local C# function projects and then easily publish this project to run in a scalable serverless environment in Azure.
Visual Studio Code integrates with Azure Functions Core tools to let you run this project on your local development computer before you publish to Azure. To call your function, press F5 to start the function app project. The Terminal panel displays the output from Core Tools.
TimerInfo
is defined in package Microsoft.Azure.WebJobs.Extensions under namespace Microsoft.Azure.WebJobs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With