How to deploy Logic Apps (Standard) with Bicep & Azure DevOps

My GitHub repo demonstrates how to deploy a Logic Apps (Standard) project with Bicep & Azure DevOps.

architecture

The repo shows how to deploy a Logic App (Standard) using Bicep & Azure DevOps pipelines. It uses the new Logic Apps (Standard) project template. The 1st Logic App is triggered via HTTP and puts a message on the Service Bus. The 2nd Logic App takes the message off the Service Bus and sends an email with the Office 365 connector.

The repo recommends creating 3 pipelines (deploy infrastructure, build Logic App & Deploy Logic App).

pipelines

Links

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *