Azure Functions 无法使用 "Unable to resolve value for property 'SendGridAttribute.ApiKey'." 找到 API 键
Azure Functions fails to find API key with "Unable to resolve value for property 'SendGridAttribute.ApiKey'."
根据文档 How to use SendGrid in Azure Functions,我们需要为 SendGrid API 键创建一个条目。该文档包含一个名为 "Application settings" 的面板的屏幕截图,该面板似乎在任何地方都不存在(也许该文档未随 UI... 保持最新)。
然而,我已经能够在其他 3 个看起来合适的地方创建密钥(同样,UI 看起来很差,我不得不在这里猜测)。
有人可以就此提出建议吗?
您需要单击顶部的 "Platform features" link/tab。将出现另一个面板,然后单击常规设置下的 "Application settings" link。如果向下滚动页面,您将到达“应用程序设置”部分。
前往 Platform Features
-> Application Settings
然后将您的设置添加到 App settings
根据文档 How to use SendGrid in Azure Functions,我们需要为 SendGrid API 键创建一个条目。该文档包含一个名为 "Application settings" 的面板的屏幕截图,该面板似乎在任何地方都不存在(也许该文档未随 UI... 保持最新)。
然而,我已经能够在其他 3 个看起来合适的地方创建密钥(同样,UI 看起来很差,我不得不在这里猜测)。
有人可以就此提出建议吗?
您需要单击顶部的 "Platform features" link/tab。将出现另一个面板,然后单击常规设置下的 "Application settings" link。如果向下滚动页面,您将到达“应用程序设置”部分。
前往 Platform Features
-> Application Settings
然后将您的设置添加到 App settings