In this section, we will cover continuous integration and deployment for the Logic Apps workflow. The process of deploying the Logic Apps workflow is similar to the process with other Azure resources. There are some basic differences, such as how we can manage API connection resources and the actual naming convention you should adhere to for the API connection. The API connection resource can be managed either through an individual Logic Apps workflow definition or you can have a separate ARM resource to manage Logic Apps API connection properties.
In this section, we will separate the API connection resource from Logic Apps, and we'll try to describe how easily you can enable continuous integration and deployment for Logic Apps and manage API connection resources through a DevOps process:
- The first step here is...