DevOps Posts

If-Else conditional logic operator ? : in Bicep

less than 1 minute read

Bicep includes a decision-making operator combination isTrue ? thenValue : elseValue which is called the conditional operator or ternary operator. It is the ...