2017-09-06 13 views
0

アームテンプレートでこれを達成する方法はありますか?条件に複数の部分がある場合アームテンプレートの複数の条件

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

答えて