-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
As with most of the applications and services, Azure Logic Apps also offers a way to deploy changes and new features for the workflows in an automated way. When talking about automated deployments, we need to differentiate the deployment of infrastructure from the deployment of a workflow definition. For Azure Logic Apps, both components (infrastructure and workflow) can be deployed using a similar JSON definition – ARM template or using the Bicep language (look at the full definition here: https://learn.microsoft.com/en-us/azure/templates/microsoft.logic/workflows?pivots=deployment-language-bicep).
Due to the level of detail needed to be included in this chapter, the templates for deployment of both Azure Logic Apps infrastructure and workflows are included in the code repository. Conceptually, however, the steps needed to deploy such a template stay the same as they were for deploying infrastructure templates. For instance...