Purpose

The goal of this article is to understand the nested logic app working with log analytics and marking the status of parent app based on the last run status of child logic app.

Reusability in programming is very common. We tend to create common classes that have many reusable functions and are used to perform a required operation rather than writing the code once again.

The child logic app determines the status of parent logic app. The child logic app is functionally similar to common classes that performs any business logic, any special logic that avoids longer workflow (it makes an app difficult to manage). Here, we will understand the integration of nested logic app and getting the child logic app status from log analytics.

Steps

Before creating a logic app, check whether you have log analytics workspace if not, create one (Enable log analytics workspace in logic app).

Create two logic apps named as parent logic app and child logic app.

#nest

Nested Logic App And Log Analytics
1.35 GEEK