Skip to content
Menu
e-lo [IT Engineer life]
  • Home
    • Note
  • Database
    • T-SQL
    • SQL Server quick
    • SQL server docs
    • MySql quick sheet
    • Postgre
    • InfluxDB
  • Programming
    • MS Azure Powershell
    • MS Azure Command-Line Interface (CLI) doc
    • Python Docs
    • Python Logging
    • Python-cheat-sheet
    • Git-guide
  • Azure
    • MS Windows virtual machines in Azure
    • MS ARM Docs
    • MS ARM Template Docs
    • MS ARM Functions
    • MS Bicep+ARM
    • MS ARM Tutorial
    • MS Deployment scripts (intern/extern)
    • MS Virtual Network
  • Az-nutshell
    • ms-technology-choices-compute-decision-tree
    • ms-data-store-decision-tree
    • ms-data-explorer
    • ms-storage-explorer
    • ms-azure-sql
    • ms-common-data-services
    • ms-azure-mysql-daas
    • ms-sla
    • az paas
    • az glossary-quicksheet
    • az-test-vm-script-quickguide
  • Linux
    • Top CMD’s
    • Useful CMD Linux
    • ss64 Linux
    • Ubuntu
    • 30 things Ubuntu 18.04
    • Bootable Ubuntu USB
    • LinuxFilesystemTreeOverview
  • Sys Admin
    • System Administrator
    • Sys News
  • Zen
    • Not thinking about anything is Zen
e-lo [IT Engineer life]

5 min Logic App

Posted on April 8, 2022April 8, 2022 by espenk

https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview#key-terms

Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. With this platform, you can quickly develop highly scalable integration solutions for your enterprise and business-to-business (B2B) scenarios.

Key terms

  • A logic app is the Azure resource you create when you want to develop a workflow
    Workflow
  • A workflow is a series of steps that defines a task or process. Each workflow starts with a single trigger, after which you must add one or more actions.
    Trigger
  • A trigger is always the first step in any workflow and specifies the condition for running any further steps in that workflow.
    Action
  • An action is each step in a workflow after the trigger.
    Built-in operations
  • Built-in operations provide ways for you to control your workflow’s schedule or structure, run your own code, manage and manipulate data, send or receive requests to an endpoint, and complete other tasks in your workflow.
    Managed connector
  • A managed connector is a prebuilt proxy or wrapper for a REST API that you can use to access a specific app, data, service, or system.
    Integration account
  • An integration account is the Azure resource you create when you want to define and store B2B artifacts for use in your workflows.

Test

Create a Consumption logic app resource

  • logicapptest100
  • Consumption This logic app type runs in global, multi-tenant Azure Logic Apps and uses the Consumption billing model

Now we will make a simple example with blob and queue:

  • When a blob id added or modified (properties only) (V2)
  • Put a message on a queue
  • No schedule, just run trigger for now

Let’s upload a file to the blob on the specified storage account

Now let’s run the logic app trigger manually.

Now let’s check the queue on the storage account

Do the same operation again.

And there you have it, now a different program can read the queue for example or we can add any kind of action.

Now lets’s integrate it with teams.

Upload a file, check the queue and teams.

Teams

What did we make now on the logic app:

RSS Azure

  • Scale your cloud-native apps and accelerate app modernization with Azure, the best cloud for your apps May 24, 2022

RSS RabbitMQ

  • RabbitMQ 3.8.15 release

RSS Python

  • PEP 691: JSON-based Simple API for Python Package Indexes May 4, 2022

Tags

5 min (26) Ansible (1) ARM (10) azure (40) cmd (3) Django (4) Docker (1) e-lo (2) Flask (2) Github (9) Grafana (2) Information (7) Information Retrieval (13) JAVA (1) kivy (2) Kotlin (6) linux (15) mobile (2) Natural Language Prossesing (NLP) (2) Net.Core (1) Networking and Security (6) OPC (2) PEP8 (1) Philosophy (3) Python (47) Python Networking and Security (5) Reason (2) RMQ (3) Solr (11) Sql (10) Uncategorized (2) VSC (1) Warframe (2) WMVARE (4) Zabbix (7)

Recent Posts

  • 5 min Logic App Storage Table
  • 5 min Logic App PSQL
  • 5 min Logic App
  • 5 MIN Azure Data Explorer
  • TODO Build a Hash Table in Python With TDD Real Python

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Photo by Markus Spiske from Pexels "Matrix"

©2022 e-lo [IT Engineer life] | Powered by WordPress & Superb Themes