Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Functions fails to find API key with "Unable to resolve value for property 'SendGridAttribute.ApiKey'."

As per the documentation How to use SendGrid in Azure Functions, we need to create an entry for the SendGrid API key. The documentation contains a screenshot of a panel called "Application settings" that appears to not exist anywhere (perhaps the documentation isn't being kept up to date with the UI...).

I have however been able to create keys in 3 other places that seem appropriate (again, the UI seems pretty poor and I'm having to guess here).

Please can someone advise on this?

enter image description here enter image description here

enter image description here

like image 991
user9993 Avatar asked May 26 '17 12:05

user9993


2 Answers

Go to Platform Features -> Application Settings

enter image description here

then add your setting to App settings

enter image description here

like image 136
Mikhail Shilkov Avatar answered Sep 28 '22 13:09

Mikhail Shilkov


You will want to click on the "Platform features" link/tab at the top. Another panel will emerge, then click the "Application settings" link under General Settings. If you scroll down the page, you will arrive at the App settings section.

like image 36
Don Lockhart Avatar answered Sep 28 '22 12:09

Don Lockhart