The Logic App service is the Azure service that hosts and manages your Logic App instances.
Even if the Logic App belongs to the serverless world, a Logic App runs on an infrastructure of an Azure region (a VM in a data center). Of course, you must not worry about the infrastructure behind your Logic App, and you cannot manage the VM in which the Logic App runs.
The Logic App service has the following components:
The components can be explained as follows:
- Logic App RP: This component reads and parses the workflow definition file, and creates the tasks to execute, including their composition and dependencies.
- Logic App Runtime: This component is responsible for the execution of the workflow tasks. It distributes and orchestrates all the tasks that are created by the Logic App RP. It also manages the execution of the flow.
- Connection Manager: This...