/logic-apps-standard

Demonstrates how to automate the deployment of Logic Apps Standard into Azure

MIT LicenseMIT

logic-apps-standard

Demonstrates how to automate the deployment of Logic Apps Standard into Azure

Azure Architecture

The following diagram describes the general architecture of Azure services depicted in this solution.

Azure Architecture

GitHub Workflow

The included workflow performs the following tasks:

CI/CD Architecture

  • Build: package the Logic App Standard
  • Deploy to Azure logicapp-dev
  • Deploy to Azure logicapp-prd

Each of the Deployment stage will:

  • Create the resource group if it doesn't exist
  • Provision and create Azure resources using an Azure Resource Manager Template
  • Deploy the Logic App Standard package to the Workflow Service (sites in the architecture diagram)

References