提问人:byteArrayJake 提问时间:10/24/2023 更新时间:10/24/2023 访问量:53
在 AKS 中托管时的 Azure Functions 密钥 [已关闭]
Azure Functions keys when hosted in AKS [closed]
问:
我今天在 Azure 中有一个作为常规 Azure 函数应用运行的工作 Azure 函数项目。 现在我正在尝试将函数项目移动到 Azure Kubernetes 服务。
我想将功能键添加到特定的 HttpTrigger,但尚未使其正常工作。
我尝试在我的清单文件中添加密钥,并使用标头调用特定的 HttpTrigger:x-functions-key 和特定密钥。
data:
host.master: {key}
host.function.default: {key}
host.systemKey.default: {key}
functions.funcname.default: {key}
apiVersion: v1
kind: Secret
metadata:
name: {name}
---
apiVersion: v1
kind: ServiceAccount
metadata:
etc
etc
但还没有运气。 我需要做的任何帮助将不胜感激。 谢谢!
答: 暂无答案
下一个:无法删除项目,目录不为空
评论