You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Azure.WebJobs.Host: Unable to resolve the value for property 'SendGridAttribute.ApiKe y'. Make sure the setting exists and has a valid value.
#283
Open
Sanketbhangale opened this issue
Jul 26, 2024
· 0 comments
I am using azure/functions version 4.0.1. Which we recently updated from version 3.
So we removed the function.json and registered our functions like below:
System.Private.CoreLib: Exception while executing function: Functions.EmailSendingFunction. Microsoft.Azure.WebJobs.Host: Unable to resolve the value for property 'SendGridAttribute.ApiKe
y'. Make sure the setting exists and has a valid value.
Please provide a resolution as there is no documentation on how the sendGrid output binding works in v4.
The text was updated successfully, but these errors were encountered:
I am using azure/functions version 4.0.1. Which we recently updated from version 3.
So we removed the function.json and registered our functions like below:
But we get an error:
Please provide a resolution as there is no documentation on how the sendGrid output binding works in v4.
The text was updated successfully, but these errors were encountered: