Designing and Implementing Microsoft DevOps Solutions AZ-400 — Question 517
Topic 9 · Question 517 of 358
Topic 9 · Question 517
You have an Azure Resource Manager (ARM) template that contains the following expression. [if(parameters('isComplete'), '1a', '2a')] You need to migrate the template to Bicep. Which expression should you run?