Reputation: 3660
I have two sendgrid azure functions that work some days ago but today, when I was testing my application, I see that my functions are not working anymore because any method for sendgrid are not available.
So i tried to install again the extension for my functions and I get this error :
Anybody have informations about that ?
Upvotes: 0
Views: 89
Reputation: 43193
There were recent (intentional) breaking changes in the v2 Preview runtime. To fix this, you will need to update to the latest version of the SendGrid extension.
More details available on https://github.com/Azure/app-service-announcements/issues/94.
Upvotes: 1