gpt4 book ai didi

azure - 如何通过事件中心在 ARM 模板中使用 listkeys 函数

转载 作者:行者123 更新时间:2023-12-01 15:50:56 24 4
gpt4 key购买 nike

我有一个如下所示的事件中心: enter image description here

enter image description here

enter image description here

enter image description here

我已经成功地为服务总线完成了此操作,但仅限于高级RootManageSharedAccessKey

但是,对于事件中心,我需要 SendOnly 共享访问策略的主连接字符串。

我尝试了很多组合,但在部署部署时找不到 SendOnly 共享访问策略。

这是我的 SendOnly 共享访问策略的 json。

enter image description here

任何帮助将不胜感激。

最佳答案

最终工作的 ARM 模板代码是:

[listkeys(resourceId('Microsoft.EventHub/namespaces/eventhubs/authorizationRules', variables('ehub').name, parameters('eventhubs_myaccountevents_name'), 'SendOnly'), parameters('eventhubs_api_version')).primaryConnectionString]

请注意,而不是这样:

Microsoft.Eventhub/namespaces/authorizationRules

我必须使用这个:

Microsoft.EventHub/namespaces/eventhubs/authorizationRules

这是我使用的示例: https://github.com/pascalnaber/EnterpriseARMTemplates/blob/6babc4d3e65f10f999bb144a1d616ccb2a085e9d/templates/resources/Microsoft.Eventhub/azuredeploy.json

关于azure - 如何通过事件中心在 ARM 模板中使用 listkeys 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47360529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com