2017-09-06 68 views
0

有什麼辦法在臂模板中實現這一點?條件有多個部分?臂模板中的多個條件

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

回答