ohadschn / letsencrypt-webapp-renewer

[PLEASE USE FREE MS MANAGED CERTS INSTEAD] Simple WebJob-ready console application for renewing Azure Web App SSL certificates
https://www.ohadsoft.com/
Apache License 2.0
282 stars 51 forks source link

Another Option for Scheduling #64

Closed dkershner6 closed 5 years ago

dkershner6 commented 5 years ago

Hi there!

Aside from some windows file/directory length issues when publishing locally, everything went very smoothly with the use of your app, and I like not relying on web app extensions as much as possible.

Since I am mostly serverless, I do not have a basic or greater app service, and therefore looked to your Scheduler-based recommendation. Scheduler is now also not free ($14/mo at time of writing).

So, I came up with an Azure Functions based approach (Free, or the nearest to Free imaginable): https://github.com/eformedpartners/AzureWebJobScheduler/

What would be required to use your app with it:

And that's it!

Just thought I would post it here for others. Up to you if you replace scheduler in the readme with it instead.

ohadschn commented 5 years ago

Sounds great, would you mind submitting a PR for the README with this information (including a link to your project)?