Azure Web Job not being created
djs-88 opened this issue · 1 comments
djs-88 commented
It seems the web jobs were created successfully for our first couple of deployments but now the extension isn't creating any web jobs against new sites so we're manually renewing the certificates - any ideas?
ohadschn commented
There have been various reports of this in the past, example: #178
I think reinstalling the extension has been the canonical solution.
Personally I prefer a more direct approach where I install the web job and make sure it stays there, so I created a pure WebJob version of this project: https://github.com/ohadschn/letsencrypt-webapp-renewer. It's deployed to a different, dedicated web app, so it will never disappear.