Conditional Bicep Deployment in Azure DevOps Using Git
Optimizing Your Pipeline by Deploying Bicep Files Only When They Change
Oct 2, 20235 min read456

Search for a command to run...
Articles tagged with #bicep
Optimizing Your Pipeline by Deploying Bicep Files Only When They Change

In the Bicep infrastructure article I demonstrated how to write Bicep files and deploy them on Azure each time our pipeline runs. This enabled us to have our resources defined in code and in a later article we easily deployed a new environment using ...

In this article, I will show you how to deploy your infrastructure using Bicep files from an Azure DevOps YAML pipeline. Instead of merely discussing theory, we will create a Blazor app and deploy it to Azure using Bicep. Before diving in, let's brie...
