Skip to content

Commit 8c533ae

Browse files
andredublinmairaw
authored andcommitted
Add documented example of using a webjob in f# (#1289)
* f# webjob doc and example * fix grammar * added new line
1 parent 6184474 commit 8c533ae

File tree

1 file changed

+6
-0
lines changed
  • docs/fsharp/using-fsharp-on-azure

1 file changed

+6
-0
lines changed

docs/fsharp/using-fsharp-on-azure/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ A [Webhook](https://en.wikipedia.org/wiki/Webhook) is a callback triggered via a
9999

100100
Webhooks can be implemented in F# and hosted on Azure via an [Azure Function in F# with a Webhook Binding](https://docs.microsoft.com/azure/azure-functions/functions-bindings-http-webhook).
101101

102+
## Using Webjobs with F# #
103+
104+
[Webjobs](https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-create-web-jobs) are programs you can run in your App Service web app in three ways: on demand, continuously, or on a schedule.
105+
106+
[Example F# Webjob](https://github.com/andredublin/fsharp-azure-webjob)
107+
102108
## Implementing Timers on Azure with F# #
103109

104110
Timer triggers call functions based on a schedule, one time or recurring.

0 commit comments

Comments
 (0)