3,470 questions with Azure Logic Apps tags

Sort by: Updated
2 answers

User-assigned managed identity not working with the in-app Blob connector in Logic Apps

The in-app Azure Blob connector is throwing below authorization error when using a user-assigned managed identity for authentication. However, while trying with managed Blob connector its successfully creating connection with the same user-assigned…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-09T15:25:45.11+00:00
Mandal, Sukdev 0 Reputation points
answered 2025-05-04T07:55:18.16+00:00
Rob Fox 0 Reputation points
2 answers

AS2 Connection - Integration Account - By not exposing LogicAppUrl to external

Hi everyone, I'm currently working on setting up an AS2 connection between external clients and our Azure-hosted integration environment. We want to support both inbound and outbound AS2 messaging using certificate-based authentication, dynamic routing…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-15T09:21:40.9433333+00:00
balaram nanduri 0 Reputation points
edited a comment 2025-05-03T20:11:55.34+00:00
LeelaRajeshSayana-MSFT 17,676 Reputation points
1 answer

Cannot edit API connection -- Paloaltoconnector-PaloAlto-PAN-OS-BlockIP

We are using the Palo Alto PAN-OS Solution for Microsoft Sentinel. The solution includes Playbooks which have API connections. The API connections facilitate automation and connect to the Palo Alto Networks security appliance via REST. Our issue is we…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-17T09:31:52.7266667+00:00
Frank Adams 0 Reputation points
edited an answer 2025-05-03T20:08:29.66+00:00
LeelaRajeshSayana-MSFT 17,676 Reputation points
0 answers

Azure Logic App Workflow API Filtering Options

What are the filtering options available for the Azure Logic App workflow list API? The API endpoint in question is: https://management.azure.com/subscriptions/{{subscription id}}/resourceGroups/{{resource…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-29T15:26:15.61+00:00
cloudteam 60 Reputation points
commented 2025-05-02T19:55:41.27+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
1 answer

sasAuthenticationPolicy JSON object disable in Logic App

hi, anyone has a working example on hop to patch a Logic App to disable SAS token ?…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-18T16:37:38.7966667+00:00
AdamBudzinskiAZA-0329 96 Reputation points
commented 2025-05-02T19:43:51.41+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
0 answers

Why is my payload empty when sending alert with log analytics using logic app to slack

I have setup an alert in azure using log analytics and this is my KQL ContainerAppConsoleLogs_CL | where Log_s has "[E]" | where TimeGenerated > ago(5m) | extend ErrorType = extract(@"^\[E\](.*?){", 1, Log_s) | summarize Count…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-29T14:51:01.82+00:00
Sai Kumar 0 Reputation points
commented 2025-05-02T19:41:43.9366667+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
1 answer

Azure Logic Apps JavaScript Action Failing with Internal Server Error

Azure Logic Apps is returning an Internal Server Error with the message: "The 'JavaScriptCode' action failed with error code 'UnknownError'." This issue has caused all logic apps to stop working simultaneously since yesterday. Additionally,…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-22T15:09:41.5666667+00:00
sf-8216 0 Reputation points
commented 2025-05-02T18:37:27.74+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
0 answers

Attachment file size issue in Send an email (V2) activity in Azure logic app.

I have searched and come across multiple questions like this, but I haven’t found a clear answer. Currently, I'm creating a Logic App that queries logs, creates a CSV table, and then sends an email with the data as a CSV file attachment (around 5MB). The…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-29T17:17:13.07+00:00
Thinh Nguyen 0 Reputation points
commented 2025-05-02T18:32:11.2666667+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
0 answers

Logic app - Sharepoint extract folder action does not keep subfolders included in the archive file

We created a logic app (consumption) that upload a zip file to a sharepoint folder, then with the sharepoint action "extract folder" the archive is unzipped to another sharepoint folder. The zip has this structure: subfolder xml file 2 …

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-28T11:05:33.8033333+00:00
Simone Ferrari 0 Reputation points
commented 2025-05-02T18:21:48.8466667+00:00
Praveen Kumar Gudipudi 170 Reputation points Microsoft External Staff
2 answers

File name issue with plus sign - Create blob (v2)

I'm encountering an issue while copying a file from one Azure Blob Storage account to another using Logic Apps. The workflow uses the "Get blob content using path (V2)" connector to read the file from the source and the "Create blob…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-28T13:02:16.3666667+00:00
Suresh Kumar Chermadurai 20 Reputation points
commented 2025-05-02T05:53:51.4566667+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
0 answers

VNet Integration in Azure Standard Logic App Slots Error

I am trying to integrate a slot of my Standard Logic App into a virtual network, but the logic App seems to have trouble connecting to the file share of a storage account. This is my setup: Storage Account with access only over private endpoints and a…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-15T12:56:27.6366667+00:00
Philip Fuerste 0 Reputation points
commented 2025-05-02T05:28:37.03+00:00
RithwikBojja 2,080 Reputation points Microsoft External Staff
1 answer

How to Send the exception message from my C# code back to the logic app

When I use "Call a local function" in my logic app. How do i send the exception message from my C# code back to the logic app?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-26T06:01:25.7533333+00:00
Jesse 0 Reputation points
edited an answer 2025-05-02T05:20:30.5766667+00:00
RithwikBojja 2,080 Reputation points Microsoft External Staff
0 answers

Office365 connector after MFA enforcement

Currently I have a problem with my flow in LogicApp. I have a service account that has an Exchange mailbox connected to it, but due to MFA enforcement I cannot authenticate the connector (Office365) due to MFA after redeployment. How can I authenticate…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-30T06:45:34.84+00:00
Paweł Rudy 0 Reputation points
commented 2025-05-02T04:23:01.87+00:00
Shireesha Eeraboina 2,815 Reputation points Microsoft External Staff
0 answers

How does one submit an Azure support request?

I purchased a support plan. But I can't find the page where I can submit a support ticket. I have submitted tickets in the past. But can't figure out how it works now. My Logic App stopped working 4 days ago. Nothing was changed by the developers. Last…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-05-02T04:14:48.2166667+00:00
Chris Harrington 0 Reputation points
1 answer

Clarity Needed on Logic Apps Trigger and Run History

What is the relationship between the trigger history identifier and the run history identifier in Logic Apps (standard/consumption)? Will the trigger history identifier and run history identifier always be the same? When a trigger fails (any…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-29T13:46:08.6166667+00:00
cloudteam 60 Reputation points
edited an answer 2025-05-02T03:03:48.33+00:00
RithwikBojja 2,080 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Logic app fails to connect to Azure VM citing expired token, but the connection in Config is shown as OK

Hi, my Logic App that starts a VM each morning is now failing to do so. It starts but can't connect to the VM: { "error": { "code": "ExpiredAuthenticationToken", "message": "The access token expiry UTC time…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-22T06:55:35.23+00:00
Sergey Borovoy 541 Reputation points
commented 2025-04-30T21:31:40.7466667+00:00
Sergey Borovoy 541 Reputation points
1 answer One of the answers was accepted by the question author.

Issue Converting EBCDIC File to CSV Using Azure Logic App "Parse Host File Contents" Action

Hi Team, I'm trying to convert an EBCDIC file to CSV using the Azure Logic App Parse Host File Contents action, but I'm encountering an error: Error Message: Unable to process template language expressions in action 'Parse_Host_File_Contents' inputs at…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-28T05:28:25.6133333+00:00
Asif Attar 20 Reputation points
commented 2025-04-30T19:57:11.9566667+00:00
Asif Attar 20 Reputation points
3 answers One of the answers was accepted by the question author.

How can I empty an array variable in Azure Logic Apps?

Hello, I have create a For Each Loop in Azure Logic Apps. Before, I initialized an array variable and I want to write different infos into it with each iteration. For each new iteration I would like to clear the array variable. For example we have 3…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2022-04-30T19:12:55.127+00:00
Z.K.Z 221 Reputation points
commented 2025-04-30T06:54:20+00:00
Paul Lucas [5P] 0 Reputation points
0 answers

attachment size issue in Send an email(V2) activity in Azure logic app flow.

Hi All, I am facing issue with the attachment size in send an email(v2) in Azure logic app flow. Till yesterday(2/12), I used to send the same file with the same flow it never thrown error. But now it is throwing error. Can anyone suggest how to overcome…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-02-14T06:23:08.49+00:00
Upendra Reddy Mekala 5 Reputation points
edited a comment 2025-04-29T15:11:14.52+00:00
Thinh Nguyen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Question About Rate Limits for Standard and Enterprise Connector rate limits in Azure Logic Apps

Hello, I hope you're doing well. I am currently exploring the Azure Logic Apps and would appreciate some help in understanding the rate limits for connectors, specifically: Standard connectors in Azure Logic Apps. Enterprise connectors in Azure Logic…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,470 questions
asked 2025-04-28T10:31:32.6+00:00
Sreekanth Reddy Pattem 20 Reputation points
accepted 2025-04-29T14:01:08.8566667+00:00
Sreekanth Reddy Pattem 20 Reputation points