Questions tagged [azure-logic-apps]

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows through a visual designer. For more control, you can change the runtime by using the Logic Apps Workflow Definition Language. Logic Apps easily consume API apps such as Outlook 365, DropBox, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

Azure Logic Apps is a cloud service that helps you build automated business process and enterprise integration workflows by using a visual designer. For more control, you can create or extend existing workflows with the Logic Apps Workflow Definition Language. Logic apps easily consume API apps such as Outlook 365, DropBox, SendGrid, and more. You can call logic apps with schedule-based triggers, webhook triggers, or programmatically.

For more information, see the Azure Logic Apps page at https://azure.microsoft.com/services/logic-apps, or the documentation at https://learn.microsoft.com/azure/logic-apps/. Learn more about the Workflow Definition Language at https://learn.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language.

3898 questions
0
votes
1 answer

Update Azure Cosmos DB documents based on events from Azure Service Bus via an Azure logic App

I'm currently working on a POC with the following requirement: We have an Azure cosmos db that stores certain documents that need to be updated based on the events published by a Service Bus. To my knowledge, Cosmos DB cannot directly consume events…
0
votes
0 answers

Azure Logic App Workflow Definition Language to document (markdown) like javadoc

It seems everything‘s already in place. Any logic app has a json code following the Azure Worfklow Definition Language schema (https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/logic-apps/logic-apps-workflow-definition-language.md).…
FrankM-DE
  • 1
  • 1
0
votes
1 answer

Connect Logic App (Standard) to private endpoint of an ADX?

The setting: I have a Vnet01 which has 2 subnets: Subnet01 -> here I have mounted the private endpoint of the ADX Subnet02 -> here goes the outbound traffic of the Logic App (the vnet is detached) Now I want to speak (kql query) in the Logic App…
0
votes
0 answers

Automatically regenerate managed identity credentials

I have recently started working on a project where we are dealing with Managed Identities. There is one API which will create a managed identity on a storage account and one other Api which is for accessing that storage account. Now what I want is…
0
votes
0 answers

Need help parsing values into HTTP Patch Request

I am trying to create an Azure Logic App to activate/deactivate a user. This is the actual user data set that I have. End Goal: I am trying to change "active":false { "emails": [ { "type": "work", "value":…
0
votes
1 answer

Logic app calling azure function goes dormant after few hours

I am calling a Azure function from logic app , it triggers fine when it is deployed in azure,but it does go dormant after few hours ,I need to deploy it again the function to make it work again.I am using Maven to deploy the java function into…
Dev
  • 1
  • 1
0
votes
1 answer

Is there a way to use Azure Logic app to read an outlook email which has a link that dowloads a csv file and then store the file in a storage blob?

I was trying to figure out how to use a logic app to download a file from the link provided in an outlook email! Any suggestions would be of great help! I’ve tried using the HTTP connector so far and was wondering if this use case can be implemented…
0
votes
1 answer

Logic App with Azure Service Bus Topics filter

I have a Service Bus with a topic and a subscription. How I understand it I can have multiple consumers with the same subscription. Additional I have a Logic App (Standard) which will send messages to a topic and multiple other Logic Apps which will…
mburm
  • 1,417
  • 2
  • 17
  • 37
0
votes
1 answer

How to extract information from for each loop in azure logic app

Probably simple, but I cannot find anything to help me with this. In short, I just want to extract information from a for each loop. I can't set variable within the loop (the updated value is local to the scope and doesn't persist once the loop…
0
votes
1 answer

Delete files from the SFTP folder

I have an archive folder and i want to trigger workflow every day and check if there are some files which are older than 3 month. I tried to do it like this: run a trigger, list files in the folder, go into a for each and check if file is older than…
0
votes
1 answer

AZURE Logic App- Outlook- Send an Email to a Distribution List

Hello I am using logic app to send some files via email ( outlook 365) . Up to now there was only one recipient and the process worked fine . Recently I've had to create a distribution list as the number of recipients is now a whole department .…
Alex of the Wild
  • 143
  • 1
  • 3
  • 8
0
votes
1 answer

How Does When a new email arrives in a shared mailbox (V2) Polling Internally Work

I am doing POC on 'When a new email arrives in a shared mailbox (V2)' polling feature in logic app to monitor the share mailbox. But i have some queries which i could not find resolution in any online portal. What is the internal functioning on…
0
votes
0 answers

Fetch attachment from devops workitem through Azure Logic Apps

Retrieving Devops WorkItem attachment using Azure LogicApps throwing redirect error while using RestApi call I am trying to get the attachment from a Azure devops workitem and copy it to a folder through Logic Apps in Azure. I am trying to use the…
0
votes
1 answer

Can Azure Event Grid run a logic before responding back to its callers?

Can Azure Event Grid run a logic before it returns a response back to its callers? Looking for something similar to the delegator in the web.api pipeline. For example, we have a flag somewhere (in app.config or keyvault), and then Event Grid looks…
0
votes
1 answer

Azure Logic App with region of North Europe routing info via US servers

We have a logic app with a location of Northern Europe. The Logic app uses a "Create File SFTP" Action to create a file on an SFTP server in Europe. The owner of the server has blocked our attempts to create a file, saying that one of hops is based…
wilson_smyth
  • 1,202
  • 1
  • 14
  • 39
1 2 3
99
100