一系列密钥保密机密

编程入门 行业动态 更新时间:2024-10-18 22:25:48
本文介绍了一系列密钥保密机密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

是否可以将一个对象数组引用到密钥保管库中作为ARM模板的参数?

我希望我的链接模板能够根据参数数组引用多个事件中心。

与此类似的东西:

" eventHubs":{" value":[ {" connectionString":{" reference":{" keyVault":{" id":" [resourceId('Microsoft.KeyVault / vaults','keyVault']" }," secretName": " connectionStringA" } }," name":" eventhubA" }, {" connectionString":{"引用":{" keyVault" ;: {" id":" [resourceId('Microsoft.KeyVault / vaults','keyVault']" }," secretName":" connectionStringB" } }," name":" eventhubB" } ] },

解决方案

您好Reginbaldr,

如果您还没有,请查看 这个 Azure快速启动模板,看看它是否符合您的需求。

Hi,

Is it possible to have an array of objects that reference secrets in a key vault as a parameter into an ARM template?

I would like that my linked template is able to reference multiple event hubs based on the parameter array.

Something similar to this:

"eventHubs": { "value": [ { "connectionString": { "reference": { "keyVault": { "id": "[resourceId('Microsoft.KeyVault/vaults', 'keyVault']" }, "secretName": "connectionStringA" } }, "name": "eventhubA" }, { "connectionString": { "reference": { "keyVault": { "id": "[resourceId('Microsoft.KeyVault/vaults', 'keyVault']" }, "secretName": "connectionStringB" } }, "name": "eventhubB" } ] },

解决方案

Hi Reginbaldr,

If you haven't already, check out this Azure Quick start template and see if it meets your needs.

更多推荐

一系列密钥保密机密

本文发布于:2023-11-26 13:25:23,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1634016.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:密钥   机密   系列

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!