Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer.
I've created a logic app which contains some trigger, an 'http' connector and then an 'If' condition activity. The 'http' …
json azure azure-logic-appsI have a HTTP listener that I am sending a JSON post body with. { "recipient":"[email protected]", "subject":"this …
azure azure-logic-appsI want to read blob contents using azure logic app get blob contents connector and send that contents as attachment …
.net azure azure-blob-storage azure-logic-apps workflow-definition-languageIn my file LogicApp.parameters.json I've declared the extra parameter called MyFirstNewParameter full file contents below { "$schema": "https://schema.…
metadata azure-logic-apps workflow-definition-languageFunctions & Logic Apps are two distinct offerings by Microsoft Azure. I wonder what are the use cases that one …
azure-logic-apps azure-functionsI want to create Azure Logic App which will constantly request a specific website on the Internet and parse received …
azure azure-functions azure-logic-apps workflow-definition-languageI have an Azure Logic app which picks a file from the Sharepoint site. In the next step, I want …
azure-functions azure-logic-appsI'll start with the behavior we are looking to have: Take in a file (be it JSON or XML, but …
xml azure azure-logic-appsI am trying to implement several Azure Logic Apps that query/update an Azure SQL Server Database. The queries return …
sql azure azure-sql-database azure-logic-appsI've created a Runbook which starts or shutsdown VMs and then spits the result in a JSON output. I'm having …
csv azure-logic-apps azure-runbook