Top "Azure-logic-apps" questions

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer.

Azure Logic Apps - Get Blob Content - Setting Content type

The Azure Logic Apps action "Get Blob Content" doesn't allow us to set the return content-type. By default, it returns …

azure azure-storage-blobs content-type azure-logic-apps
How can I host a TCP Listener in Azure?

I am looking to build an application in Azure which will act as TCP listener, receive TCP message streams on …

azure tcp azure-webjobs azure-cloud-services azure-logic-apps
How to rename existing Azure Logic App?

I have created a logic app, but now I want to rename existing logic app in Microsoft Azure portal. I …

azure azure-resource-manager azure-logic-apps
Azure logical app current time

I have an Azure Logical app that every hour gets a file from a website and create a file in …

azure azure-logic-apps workflow-definition-language
Getting content from service bus in logic apps

I am new to Azure logic apps. I have a service bus and pass a json object message to that …

azure azureservicebus azure-logic-apps
String concatenation issue with Azure Logic Apps

I'm creating an ARM template that deploys an Web App (an Mvc Api) and a Logic App. I'm attempting to …

azure-logic-apps arm-template
How to get query parameters in a Logic App?

I'm trying to pass an extra query parameter to Azure logic app so that I can process below data in …

azure azure-logic-apps workflow-definition-language
Logic App : Finding element in Json Object array (like XPath fr XML)

In my logic app, I have a JSON object (parsed from an API response) and it contains an object array. …

azure azure-logic-apps