csblogs/feed-downloader

View on GitHub
function/function.json

Summary

Maintainability
Test Coverage
{
  "disabled": false,
  "scriptFile": "app.js",
  "bindings": [
    {
      "name": "myTimer",
      "type": "timerTrigger",
      "direction": "in",
      "schedule": "0 */15 * * * *"
    }
  ]
}