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

Email sending skipped despite letsencrypt:SendGridApiKey being set #82

Closed tdaplyn closed 5 years ago

tdaplyn commented 5 years ago

First time deploying this. Everything worked perfectly first time - great job. The only exception is that I'm getting an error: E-mail notification for web app [xxxx] skipped because the 'SendGridApiKey' connection string was not set However it definitely is set. Could it be a more nuanced error that's not being reported? I only set the key up with Send API access, for example?

tdaplyn commented 5 years ago

My error. Needed to be set as a connection string, not an application setting.