Reid Curry
Results
1
comments of
Reid Curry
> @khowling does using the ternary operator work? > > ```bicep > var shouldUseIdentity = true > > resource appGw 'Microsoft.Network/applicationGateways@2021-02-01' = { > name: 'foo' > identity: shouldUseIdentity ?...