如何自动从Key Vault映射Azure Functions机密 [英] How to map Azure Functions secrets from Key Vault automatically

查看:92
本文介绍了如何自动从Key Vault映射Azure Functions机密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有可能初始化队列触发器甚至是从天蓝色文件库读取的连接字符串的blob触发器.

I was wondering if it's possible to initialize the queue trigger or even the blob trigger off a connection string that is read from azure vault.

现在,我们必须通过刀片属性通过环境设置来设置这些数据连接.但是,我只想使用服务主体来获取天蓝色密钥保管库的令牌,以获取所有这些连接字符串.

Right now, we have to set these data connection via environment settings via blade properties. However, I wanted to just use the service principal to retrieve the token for the azure key vault to get all these connection strings.

我试图弄清楚如何在Java中运行它.

I'm trying to figure how to get this working in java.

谢谢, 德里克

推荐答案

此功能已在此处进行跟踪并在进行中:

This feature is tracked and in progress here:

  • Feature request: retrieve Azure Functions' secrets from Key Vault
  • Add binding to Key Vault

编辑28/11/2018:当前正在预览

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆