Skip to content

A way to trigger webjobs while running on a free app service plan.

Notifications You must be signed in to change notification settings

eformedpartners/AzureWebJobScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureWebJobScheduler

A way to trigger the AzureLetsEncryptRenewer webjob while running on a free plan.

Azure Function Application Settings needed to configure:

  • TimerCRONInterval: A valid Azure Functions Timer Trigger CRON expression. See: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer

  • WebAppName: The name of the webapp where the webjob is housed. Typically {whatgoeshere}.azurewebsites.net.

  • WebJobName: The name of the webjob. This is readily accessible from the webjobs screen in the portal.

  • WebJobUser: If you go to the web app with the web job inside, click on webjobs, the webjob you want to trigger, then properties, a username will be presented to you to use in this app setting.

  • WebJobPassword: A password will be in the same place.

And that's it! Enjoy your free webjob.

About

A way to trigger webjobs while running on a free app service plan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages