gpt4 book ai didi

Azure ARM - 将作为参数传递的标签与文字标签结合起来

转载 作者:行者123 更新时间:2023-12-05 05:16:05 25 4
gpt4 key购买 nike

我有几个 ARM 模板,所有模板都接收标签列表作为对象类型参数:

"tagValues": {
"type": "object"
}

在“资源”部分中,我引用 tagValues 如下:

"tags": "[parameters('tagValues')]"

此方法适用于除用于创建 Azure Functions 应用程序的模板之外的所有 ARM 模板,因为 ARM 模板定义已包含“隐藏链接:”标签:

"tags": {
"[concat('hidden-link:', resourceGroup().id, '/providers/Microsoft.Web/sites/', variables('appServices')[copyIndex()].name)]": "Resource"
}

有没有办法将传递到 tagValues 参数的标签与此“隐藏链接:”标签联合/组合?我无法将“hidden-link:”标记移动到变量中,因为它位于复制循环中。

最佳答案

ARM 模板有一个 union 函数,即 documented here .

a similar question看起来它也可以帮助你

关于Azure ARM - 将作为参数传递的标签与文字标签结合起来,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50895536/

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