Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 894 Bytes

File metadata and controls

13 lines (9 loc) · 894 Bytes

HTTP Request On Azure Timer Trigger Function

Azure Function

Azure Functions allows developers to take action by connecting to data sources or messaging solutions thus making it easy to process and react to events. Developers can leverage Azure Functions to build HTTP-based API endpoints accessible by a wide range of applications, mobile and IoT devices

Timer Trigger

A timer trigger lets you run a function on a schedule. This is reference information for Azure Functions developers https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=csharp

About Project

In this Function I tried to Push(POST) data to Webhook Pulled(GET) from a Source.

If you want to push data to Webhook using this code. You may need to open a inbox in Webhook