Azure 函数错误 - 'The Keys feature is not available because Authentication/Authorization is enabled for this Function App.'
Azure Function error - 'The Keys feature is not available because Authentication/Authorization is enabled for this Function App.'
我想了解 Azure Functions,因此从门户中的 HttpTrigger-CSharp 模板创建了一个。
创建 Azure 函数后,我在密钥选项卡中看到一条警告消息,指示 'The Keys feature is not available because Authentication/Authorization is enabled for this Function App.'
在 'Integrate' 下,允许的 HTTP 方法是 'All methods',模式是 'Standard',授权级别是 'Function'。
在'Manage'下,显示功能键和主机键的错误消息,功能状态已启用。
在功能应用本身的设置中,我导航到 'Platform Features' / 'Networking' / 'Authentication / Authorization' 并且应用服务身份验证已关闭,这与错误消息相反。
在我尝试测试 Azure 函数的地方,我在日志中得到 none 条预期消息。
当我单击“获取函数 URL”时,函数 URL 为空。
有谁知道发生了什么事吗?希望我遗漏了一些简单的东西。
应该注意的是,我可以从 TimerTrigger-CSharp 模板创建一个 Azure Functions,它运行成功。
所以这是一个很大的错误,你可以关注这个帖子。
https://github.com/projectkudu/AzureFunctionsPortal/issues/1229
我鼓励你在那个线程中抱怨。问题已解决。
最新的门户部署存在问题。现在已经解决了。详情请见https://github.com/projectkudu/AzureFunctionsPortal/issues/1229。
我们遇到了同样的问题,这是一个 ui 故障,现在确实已经解决,正如@david-ebbo 提到的那样。
我想了解 Azure Functions,因此从门户中的 HttpTrigger-CSharp 模板创建了一个。
创建 Azure 函数后,我在密钥选项卡中看到一条警告消息,指示 'The Keys feature is not available because Authentication/Authorization is enabled for this Function App.'
在 'Integrate' 下,允许的 HTTP 方法是 'All methods',模式是 'Standard',授权级别是 'Function'。
在'Manage'下,显示功能键和主机键的错误消息,功能状态已启用。
在功能应用本身的设置中,我导航到 'Platform Features' / 'Networking' / 'Authentication / Authorization' 并且应用服务身份验证已关闭,这与错误消息相反。
在我尝试测试 Azure 函数的地方,我在日志中得到 none 条预期消息。
当我单击“获取函数 URL”时,函数 URL 为空。
有谁知道发生了什么事吗?希望我遗漏了一些简单的东西。
应该注意的是,我可以从 TimerTrigger-CSharp 模板创建一个 Azure Functions,它运行成功。
所以这是一个很大的错误,你可以关注这个帖子。
https://github.com/projectkudu/AzureFunctionsPortal/issues/1229
我鼓励你在那个线程中抱怨。问题已解决。
最新的门户部署存在问题。现在已经解决了。详情请见https://github.com/projectkudu/AzureFunctionsPortal/issues/1229。
我们遇到了同样的问题,这是一个 ui 故障,现在确实已经解决,正如@david-ebbo 提到的那样。