Conditional deployments with Bicep, using an If statement to specify when a resource is deployed
Reading Time: 2 minutesUsing conditional deployments with Bicep and the if statement is a powerful way to make your deployment scripts more flexible and customizable. With this feature, you can specify conditions that…
Continue reading