Conditional Bicep Deployment in Azure DevOps Using Git
In a previous article, we've explored how Bicep makes deploying infrastructure to Azure both efficient and streamlined. This approach shines particularly when you need to spin up new environments rapidly. However, you've likely noticed a snag: our Az...
bogdanbujdea.dev5 min read
Wilgert Velinga
Hi Bogdan, thanks for this great article. I was looking for a solution just like this. Do you have an idea how to handle the fact that no deploymentOutput is generated when you skip the deployment? In my setup the apps that get deployed rely on information from the deployment output. Those app deployments will fail if we skip the infra deployment.