OrcusZ
OrcusZ

Reputation: 3660

Unable to install SendGrid Extension

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 :

enter image description here

Anybody have informations about that ?

Upvotes: 0

Views: 89

Answers (1)

David Ebbo
David Ebbo

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

Related Questions