Azure Logic Apps
Posted by admin
on April 20, 2020
- Logic app is an app container which defines a work flow using triggers and actions
- Trigger – instantiates a work flow
- Action – activity or action to retrieve or update data
- Behind the scenes, it is run on infrastructure of azure region (VM in a DC)
- Can be developed in Azure portal and VS
- Extensive connectors makes it rich with many options or can build a customer connector
- Security is handled using SAS tokens
- Exception handling is done using re-try logic
- Scalability depends on the type of connectors used
- Automatic deployment is possible using ARM Templates
- Monitoring can be done by traditional tools like Log Analytics, Application insights and OMS
0 Comments.