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

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 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
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
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 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
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
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
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
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
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
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
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
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
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


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
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
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
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
Handling apostrophes in graph query
@Anonymous My graph query fails if the user has an apostrophe in their name e.g. - https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$select=azureADDeviceId&$filter=startswith(userPrincipalName,'bob.o'******@domain.com') This is…