gpt4 book ai didi

azure - ARM 模板中的多个条件

转载 作者:行者123 更新时间:2023-12-03 00:42:59 25 4
gpt4 key购买 nike

有什么方法可以在arm模板中实现这一点吗?哪里的条件有多个部分?

{
"type": "Microsoft.Web/sites/config",
"name": "[variables('website_notProduction_config')]",
"condition": "[not(parameters('is_Production')) and equals(parameters('is_Not_Development'), 'True')]",

最佳答案

是的,您需要使用 and() 函数:

"[and(not(something), equals(something))]"

引用: https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-functions-logical#and

关于azure - ARM 模板中的多个条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46071120/

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