- 03 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
Azure Logic Apps 6.2.1
- Updated on 03 Apr 2025
- 1 Minute to read
- DarkLight
- PDF
Azure Logic Apps - 6.2.1
tags: python | Azure Logic Apps
Table of Contents
Description
Integration with Azure Logic Apps is created to support CDC users by reading the email information from Azure Logic Apps and creating alerts in CDC, which enable CDC users to perform quick update on emails to fasten up Incident response.
We have created actions to read the email, create alert, Posting message in MS Teams chat or channel and send the emails. Also filters are created which needs to be provided to filter in the data to be read from emails.
Azure Logic Apps is a cloud service that assists in automating, scheduling, and organizing tasks and workflows when integrating apps and data. Azure Logic Apps is a cloud service which helps to define the workflow at ease consuming a range of APIs exposed as Connectors. These Logic App connectors will perform the sequence of actions defined in the workflow whenever the trigger gets fired.
Integration Type: | Sensor |
Information Read: | Information from emails |
API Supported: | v2.2.0 |
Input: | Email address and Filter criteria |
Output: | Information from email, confirmation of creation of alert or confirmation on sending acknowledgement email, Message in MS Teams chat or channel. |
CDC Command Lines
* **save_trigger_filters_cli**
CLI to save the filter data of a trigger in Logic Apps
Option | Type | Description | Required |
---|---|---|---|
trigger_name | string | Name of the trigger | True |
updated_filters | object | Submitted filter values | True |
* **trigger_filters_cli**
CLI to manage filters of triggers in Logic Apps
Option | Type | Description | Required |
---|
Workflows
* **create_email_alert**
Create Alerts in CDC from Incoming emails.
* **create_user_action**
Execute LogicApps User Action
Rules
* **create_alert_logicapp**
Triggering logicapps triggers once CDC alert is created
* **create_alert**
Creating alerts from incoming new emails
* **create_incident_logicapp**
Triggering logicapps triggers once CDC incident is created
* **notify_logicapp_when_user_replied**
Reach gateway once user action reply is received.
Sensors
No sensors
Triggers
No triggers
Known Issues
- Due to stackstorm limitation the workflow will fail for the emails which has large attachments exceeding size 2MB.