Logic App SFTP Trigger Host-Key Support for rsa‑sha2‑256 or rsa‑sha2‑512
We have had a request for an enhancement of the Logic Apps SFTP trigger. Currently, the connector uses an older version of the underlying SSH library (SshNet) that supports only RSA keys with SHA‑1 for host-key verification. However, our partner is…
Azure Logic Apps


What is the recommended approach to connect and interact with a Microsoft Fabric Lakehouse from an Azure Logic App?
In my current workflow, Azure Logic Apps is configured to trigger when a file is added to a Box folder. It then copies the file and stores it in an Azure Data Lake Storage (ADLS) location. As part of our migration to Microsoft Fabric, we need to modify…
Azure Logic Apps
WorkflowAppOAuthTokenFailure in Logic Apps
Hello! I am currently creating a flow using the Microsoft Forms connector as a trigger and standard Logic Apps, but it doesn't work. When I opened the Trigger history tab, there were only errors with the code WorkflowAppOAuthTokenFailure. In API…
Azure Logic Apps
How to best deploy a custom service provider-based connector
I'm working on a custom service provider-based built-in connector for Azure Logic Apps Standard, called LogicApps.ServiceProviders.ApplicationInsights.TrackAvailability. (It's not available as a NuGet package yet, but you can locally build the class…
Azure Logic Apps
how to trigger a logic app when a document is created in any document library on a Sharepoint site
HI, I have a Sharepoint site being used for document management. Using Logic App we deploy a Document Library for each customer, and then project folders in each customer library. I'd like to be able to trigger one Logic App to run to update metadata…
Azure Logic Apps
Logic apps - Submit a Security Copilot prompt
Unable to use copilot prompt in logic app. Used oauth and also tried managed identity but always running into bad gateway error { "error": { "code": 500, "source": "logic-apis-northcentralus.azure-apim.net",…
Azure Logic Apps
servers below should be configured to automatically power on at 6:00 AM the second Wednesday of the month by using the logic apps
servers below should be configured to automatically power on at 6:00 AM the second Wednesday of the month by using the logic apps..I am doing it first time so wanted to know the steps in the logic app
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
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
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
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
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
Logic Apps Designer not rendering
This morning, we are seeing that Azure Logic Apps Designer page does not fully load. All of the steps are present but are stuck in a pending state upon opening the designer. Furthermore, saving the logic app after making changes (I was able to make…
Azure Logic Apps
Javascript inline in Logic App started failing intermittently and returning InternalServerError
Javascript inline in Logic App started failing intermittently and returning InternalServerError. Encountered internal server error. The tracking Id is '27bfadfd-687f-47a0-9446-fc150b6a80dc'. Javascript code working from last 3 years and it started…
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
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
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…