Skip to content

Instantly share code, notes, and snippets.

View florisrobbemont's full-sized avatar

Floris Robbemont florisrobbemont

  • Dutch Grit
  • The Netherlands
View GitHub Profile
@florisrobbemont
florisrobbemont / function.json
Created January 10, 2020 09:43 — forked from mattbrailsford/function.json
Azure SignalR Service AutoScale Powershell Azure Function
{
"bindings": [
{
"name": "Timer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 */5 * * * *"
}
]
}